[Glibc-bsd-commits] r2322 - trunk/glibc-ports/kfreebsd/sys
ps-guest at alioth.debian.org
ps-guest at alioth.debian.org
Sat Sep 20 07:58:48 UTC 2008
Author: ps-guest
Date: 2008-09-20 07:58:47 +0000 (Sat, 20 Sep 2008)
New Revision: 2322
Modified:
trunk/glibc-ports/kfreebsd/sys/mount.h
Log:
* do not #include <rpc/types.h>
Modified: trunk/glibc-ports/kfreebsd/sys/mount.h
===================================================================
--- trunk/glibc-ports/kfreebsd/sys/mount.h 2008-09-20 07:58:14 UTC (rev 2321)
+++ trunk/glibc-ports/kfreebsd/sys/mount.h 2008-09-20 07:58:47 UTC (rev 2322)
@@ -26,7 +26,6 @@
#include <sys/stat.h>
#include <sys/statfs.h>
-#include <rpc/types.h>
#include <sys/ucred.h>
#include <sys/queue.h>
@@ -266,7 +265,7 @@
#define VFCF_UNICODE 0x00200000 /* stores file names as Unicode*/
#define VFCF_JAIL 0x00400000 /* can be mounted from within a jail */
-typedef uint32_t fsctlop_t;
+typedef u_int32_t fsctlop_t;
struct vfsidctl {
int vc_vers; /* should be VFSIDCTL_VERS1 (below) */
More information about the Glibc-bsd-commits
mailing list