[Glibc-bsd-commits] r1729 - in trunk: glibc-2.3-head/sysdeps/kfreebsd/bits glibc-ports/kfreebsd/bits

Petr Salinger ps-guest at alioth.debian.org
Sat Nov 18 15:32:12 CET 2006


Author: ps-guest
Date: 2006-11-18 15:32:12 +0100 (Sat, 18 Nov 2006)
New Revision: 1729

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/msq.h
   trunk/glibc-ports/kfreebsd/bits/msq.h
Log:
* <bits/msq.h> libgtop2 uses this from user space



Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/msq.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/msq.h	2006-11-18 10:38:50 UTC (rev 1728)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/msq.h	2006-11-18 14:32:12 UTC (rev 1729)
@@ -55,7 +55,7 @@
 
 # define msg_cbytes	__msg_cbytes
 
-# if 0 /* XXX No way to use this from user space?  */
+# ifdef _KERNEL
 
 /* buffer for msgctl calls IPC_INFO, MSG_INFO */
 struct msginfo

Modified: trunk/glibc-ports/kfreebsd/bits/msq.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/msq.h	2006-11-18 10:38:50 UTC (rev 1728)
+++ trunk/glibc-ports/kfreebsd/bits/msq.h	2006-11-18 14:32:12 UTC (rev 1729)
@@ -55,7 +55,7 @@
 
 # define msg_cbytes	__msg_cbytes
 
-# if 0 /* XXX No way to use this from user space?  */
+# ifdef _KERNEL
 
 /* buffer for msgctl calls IPC_INFO, MSG_INFO */
 struct msginfo




More information about the Glibc-bsd-commits mailing list