summaryrefslogtreecommitdiffstats
path: root/support/include/nfs
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2003-08-06 05:23:13 +0000
committerneilbrown <neilbrown>2003-08-06 05:23:13 +0000
commit9c8dfab04dcf5f5067061703d6cd08ee408eec8f (patch)
tree8802d4207b2d416c52adb790f1a6a2742f3a1e1f /support/include/nfs
parente09fbc8933961a0a774217ef32d73da373ddc670 (diff)
downloadnfs-utils-9c8dfab04dcf5f5067061703d6cd08ee408eec8f.tar.gz
nfs-utils-9c8dfab04dcf5f5067061703d6cd08ee408eec8f.tar.xz
nfs-utils-9c8dfab04dcf5f5067061703d6cd08ee408eec8f.zip
Change CROSSMNT to CROSSMOUNT
Diffstat (limited to 'support/include/nfs')
-rw-r--r--support/include/nfs/export.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/support/include/nfs/export.h b/support/include/nfs/export.h
index 9c73aaa..f7a99ba 100644
--- a/support/include/nfs/export.h
+++ b/support/include/nfs/export.h
@@ -17,14 +17,12 @@
#define NFSEXP_ALLSQUASH 0x0008
#define NFSEXP_ASYNC 0x0010
#define NFSEXP_GATHERED_WRITES 0x0020
-#define NFSEXP_UIDMAP 0x0040
-#define NFSEXP_KERBEROS 0x0080 /* not available */
-#define NFSEXP_SUNSECURE 0x0100
+/* 40, 80, 100 unused */
#define NFSEXP_NOHIDE 0x0200
#define NFSEXP_NOSUBTREECHECK 0x0400
#define NFSEXP_NOAUTHNLM 0x0800
#define NFSEXP_FSID 0x2000
-#define NFSEXP_CROSSMNT 0x4000
+#define NFSEXP_CROSSMOUNT 0x4000
#define NFSEXP_NOACL 0x8000 /* reserved for possible ACL related use */
#define NFSEXP_ALLFLAGS 0xFFFF