X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fnfs%2Fexport.h;h=d79a179dcff17b1dbd1cb955a0958b62f08bdc4d;hp=344ece550f6ba7a425cc5868cb3253a6701f3d37;hb=refs%2Ftags%2Fnfs-utils-1-1-0-pre2;hpb=77c32fa565d6af59cbeb8601e08efa9af6ef3d81 diff --git a/support/include/nfs/export.h b/support/include/nfs/export.h index 344ece5..d79a179 100644 --- a/support/include/nfs/export.h +++ b/support/include/nfs/export.h @@ -20,10 +20,11 @@ #define NFSEXP_UIDMAP 0x0040 #define NFSEXP_KERBEROS 0x0080 /* not available */ #define NFSEXP_SUNSECURE 0x0100 -#define NFSEXP_CROSSMNT 0x0200 +#define NFSEXP_NOHIDE 0x0200 #define NFSEXP_NOSUBTREECHECK 0x0400 #define NFSEXP_NOAUTHNLM 0x0800 #define NFSEXP_FSID 0x2000 -#define NFSEXP_ALLFLAGS 0x3FFF +#define NFSEXP_CROSSMNT 0x4000 +#define NFSEXP_ALLFLAGS 0x7FFF #endif /* _NSF_EXPORT_H */