[sword-svn] r1806 - trunk/include

chrislit at crosswire.org chrislit at crosswire.org
Thu May 12 16:46:39 MST 2005


Author: chrislit
Date: 2005-05-12 16:46:39 -0700 (Thu, 12 May 2005)
New Revision: 1806

Modified:
   trunk/include/filemgr.h
Log:
define S_I{READ|WRITE} for VC

Modified: trunk/include/filemgr.h
===================================================================
--- trunk/include/filemgr.h	2005-05-12 23:41:25 UTC (rev 1805)
+++ trunk/include/filemgr.h	2005-05-12 23:46:39 UTC (rev 1806)
@@ -25,6 +25,11 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
+#ifndef S_IREAD
+#define S_IREAD        0000400         // Read permission, owner
+#define S_IWRITE       0000200         // Write permission, owner
+#endif
+
 #include <defs.h>
 #include <swbuf.h>
 #include <swcacher.h>



More information about the sword-cvs mailing list