[Glibc-bsd-commits] r3405 - trunk/glibc-ports/kfreebsd/sys
Aurelien Jarno
aurel32 at alioth.debian.org
Mon Jun 6 17:13:21 UTC 2011
Author: aurel32
Date: 2011-06-06 17:13:20 +0000 (Mon, 06 Jun 2011)
New Revision: 3405
Modified:
trunk/glibc-ports/kfreebsd/sys/mount.h
Log:
Add MNT_NFS4ACLS
Modified: trunk/glibc-ports/kfreebsd/sys/mount.h
===================================================================
--- trunk/glibc-ports/kfreebsd/sys/mount.h 2011-06-05 20:32:03 UTC (rev 3404)
+++ trunk/glibc-ports/kfreebsd/sys/mount.h 2011-06-06 17:13:20 UTC (rev 3405)
@@ -69,6 +69,7 @@
#define MNT_NOATIME 0x10000000 /* disable update of file access time */
#define MNT_NOCLUSTERR 0x40000000 /* disable cluster read */
#define MNT_NOCLUSTERW 0x80000000 /* disable cluster write */
+#define MNT_NFS4ACLS 0x00000010
/*
* NFS export related mount flags.
More information about the Glibc-bsd-commits
mailing list