[Glibc-bsd-commits] r2600 - trunk/glibc-ports/kfreebsd/bits

Petr Salinger ps-guest at alioth.debian.org
Sun Jun 21 20:25:05 UTC 2009


Author: ps-guest
Date: 2009-06-21 20:25:04 +0000 (Sun, 21 Jun 2009)
New Revision: 2600

Modified:
   trunk/glibc-ports/kfreebsd/bits/fcntl.h
Log:
fix for libc0.1-dev bug #534115


Modified: trunk/glibc-ports/kfreebsd/bits/fcntl.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/fcntl.h	2009-06-19 13:27:35 UTC (rev 2599)
+++ trunk/glibc-ports/kfreebsd/bits/fcntl.h	2009-06-21 20:25:04 UTC (rev 2600)
@@ -83,7 +83,7 @@
  * initial open syscall.  Those bits can thus be given a
  * different meaning for fcntl(2).
  */
-#if __USE_BSD
+#ifdef __USE_BSD
 /*
  * Set by shm_open(3) to get automatic MAP_ASYNC behavior
  * for POSIX shared memory objects (which are otherwise




More information about the Glibc-bsd-commits mailing list