[Glibc-bsd-commits] r1626 - trunk/glibc-2.3-head/sysdeps/kfreebsd/sys

Petr Salinger ps-guest at costa.debian.org
Tue Jul 11 15:58:58 UTC 2006


Author: ps-guest
Date: 2006-07-11 15:58:57 +0000 (Tue, 11 Jul 2006)
New Revision: 1626

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/sys/mount.h
Log:
* we need u_char defined even without __USE_BSD (fixes giftcurs)



Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/sys/mount.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/sys/mount.h	2006-07-07 18:07:09 UTC (rev 1625)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/sys/mount.h	2006-07-11 15:58:57 UTC (rev 1626)
@@ -25,7 +25,7 @@
 /* Retrieving the list of mounted filesystems.  */
 
 #include <bits/statfs.h>
-
+#include <rpc/types.h>
 #include <sys/ucred.h>
 #include <sys/queue.h>
 




More information about the Glibc-bsd-commits mailing list