Revert r317240. I didn't realize there were defined constants for

uid/gid values in sys/conf.h. I will do another commit using those.
This commit is contained in:
Rick Macklem
2017-04-21 11:48:12 +00:00
parent d109d8adc7
commit b843ada7aa
+2 -2
View File
@@ -63,8 +63,8 @@ int nfsrv_useacl = 1;
struct nfssockreq nfsrv_nfsuserdsock;
int nfsrv_nfsuserd = 0;
struct nfsreqhead nfsd_reqq;
uid_t nfsrv_defaultuid = 65534;
gid_t nfsrv_defaultgid = 65533;
uid_t nfsrv_defaultuid;
gid_t nfsrv_defaultgid;
int nfsrv_lease = NFSRV_LEASE;
int ncl_mbuf_mlen = MLEN;
int nfsd_enable_stringtouid = 0;