From c0e89b264fb01c5b4bb925b32d1b6b7764c44d4a Mon Sep 17 00:00:00 2001 From: neilbrown Date: Fri, 4 Feb 2000 03:34:35 +0000 Subject: Support for NFSEXP_NOAUTHNLM introduced in 2.3.42 --- support/include/nfs/export.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/include/nfs') 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 */ -- cgit