diff options
Diffstat (limited to 'support/include/nfs/export.h')
-rw-r--r-- | support/include/nfs/export.h | 3 |
1 files changed, 2 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 */ |