[Glibc-bsd-commits] r3406 - trunk/glibc-ports/kfreebsd/sys

Aurelien Jarno aurel32 at alioth.debian.org
Mon Jun 6 17:33:04 UTC 2011


Author: aurel32
Date: 2011-06-06 17:33:04 +0000 (Mon, 06 Jun 2011)
New Revision: 3406

Modified:
   trunk/glibc-ports/kfreebsd/sys/mount.h
Log:
Fix spacing in previous commit


Modified: trunk/glibc-ports/kfreebsd/sys/mount.h
===================================================================
--- trunk/glibc-ports/kfreebsd/sys/mount.h	2011-06-06 17:13:20 UTC (rev 3405)
+++ trunk/glibc-ports/kfreebsd/sys/mount.h	2011-06-06 17:33:04 UTC (rev 3406)
@@ -69,7 +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
+#define	MNT_NFS4ACLS	0x00000010
 
 /*
  * NFS export related mount flags.




More information about the Glibc-bsd-commits mailing list