X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fnfs%2Fexport.h;h=57b0371f1566a09112e8aaaf837bed4114a2214a;hb=7a1b307cfbdbb2364274252b21094d9f2207342b;hp=cc88f0f5a6c472c11a6e0844fecd9248f3e8b724;hpb=acc4cade1891c0b07f3e0016ff3c5b604b042c86;p=nfs-utils.git diff --git a/support/include/nfs/export.h b/support/include/nfs/export.h index cc88f0f..57b0371 100644 --- a/support/include/nfs/export.h +++ b/support/include/nfs/export.h @@ -21,8 +21,8 @@ #define NFSEXP_KERBEROS 0x0080 /* not available */ #define NFSEXP_SUNSECURE 0x0100 #define NFSEXP_CROSSMNT 0x0200 - #define NFSEXP_NOSUBTREECHECK 0x0400 -#define NFSEXP_ALLFLAGS 0x07FF +#define NFSEXP_NOAUTHNLM 0x0800 +#define NFSEXP_ALLFLAGS 0x0FFF #endif /* _NSF_EXPORT_H */