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

Aurelien Jarno aurel32 at alioth.debian.org
Sun Apr 26 22:43:57 UTC 2009


Author: aurel32
Date: 2009-04-26 22:43:57 +0000 (Sun, 26 Apr 2009)
New Revision: 2482

Modified:
   trunk/glibc-ports/kfreebsd/bits/msq.h
Log:
export msginfo as on GNU/Linux



Modified: trunk/glibc-ports/kfreebsd/bits/msq.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/msq.h	2009-04-26 22:40:49 UTC (rev 2481)
+++ trunk/glibc-ports/kfreebsd/bits/msq.h	2009-04-26 22:43:57 UTC (rev 2482)
@@ -55,8 +55,6 @@
 
 # define msg_cbytes	__msg_cbytes
 
-# ifdef _KERNEL
-
 /* buffer for msgctl calls IPC_INFO, MSG_INFO */
 struct msginfo
   {
@@ -68,6 +66,4 @@
     int msgseg;
   };
 
-# endif
-
 #endif /* __USE_MISC */




More information about the Glibc-bsd-commits mailing list