Author: iratqq
Date: Sun Jan 18 22:18:06 2009
New Revision: 5752
Modified:
trunk/uim/uim-posix.c
Log:
* uim/uim-posix.c (open_flags):
- Oops, fix ifdef directive error.
Modified: trunk/uim/uim-posix.c
==============================================================================
--- trunk/uim/uim-posix.c (original)
+++ trunk/uim/uim-posix.c Sun Jan 18 22:18:06 2009
@@ -413,7 +413,7 @@
{ O_NONBLOCK, "$O_NONBLOCK" },
{ O_RDONLY, "$O_RDONLY" },
{ O_RDWR, "$O_RDWR" },
-#ifdef
+#ifdef O_SHLOCK
{ O_SHLOCK, "$O_SHLOCK" },
#endif
{ O_TRUNC, "$O_TRUNC" },