summaryrefslogtreecommitdiffstats
path: root/support/include
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2002-02-28 01:37:18 +0000
committerneilbrown <neilbrown>2002-02-28 01:37:18 +0000
commit40c87b1d669a34447824a81e24f9bb38417d702d (patch)
tree5860e49f53b3a17c3d494d316eef6362d4d6fca7 /support/include
parent0fd2443ac44caadb57c8c393d015582aafad1250 (diff)
downloadnfs-utils-40c87b1d669a34447824a81e24f9bb38417d702d.tar.gz
nfs-utils-40c87b1d669a34447824a81e24f9bb38417d702d.tar.xz
nfs-utils-40c87b1d669a34447824a81e24f9bb38417d702d.zip
*** empty log message ***
Diffstat (limited to 'support/include')
-rw-r--r--support/include/nfs/export.h3
-rw-r--r--support/include/nfslib.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/support/include/nfs/export.h b/support/include/nfs/export.h
index 57b0371..344ece5 100644
--- a/support/include/nfs/export.h
+++ b/support/include/nfs/export.h
@@ -23,6 +23,7 @@
#define NFSEXP_CROSSMNT 0x0200
#define NFSEXP_NOSUBTREECHECK 0x0400
#define NFSEXP_NOAUTHNLM 0x0800
-#define NFSEXP_ALLFLAGS 0x0FFF
+#define NFSEXP_FSID 0x2000
+#define NFSEXP_ALLFLAGS 0x3FFF
#endif /* _NSF_EXPORT_H */
diff --git a/support/include/nfslib.h b/support/include/nfslib.h
index 92eb900..57c703c 100644
--- a/support/include/nfslib.h
+++ b/support/include/nfslib.h
@@ -72,6 +72,7 @@ struct exportent {
int e_nsquids;
int * e_sqgids;
int e_nsqgids;
+ int e_fsid;
};
struct rmtabent {