From 367ae23f20b56dce1c186cf0edd2e86fad0b3361 Mon Sep 17 00:00:00 2001 From: dfr Date: Fri, 14 Nov 2008 11:27:53 +0000 Subject: Switch the default rpc implementation for NFS back to the new code. I believe I have fixed the reported problems - if you still have trouble with it, please contact me with as much detail as possible so that I can track down any other issues as quickly as possible. --- sys/nfsserver/nfs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/nfsserver') diff --git a/sys/nfsserver/nfs.h b/sys/nfsserver/nfs.h index c9dec4c..2709377 100644 --- a/sys/nfsserver/nfs.h +++ b/sys/nfsserver/nfs.h @@ -40,10 +40,6 @@ #include "opt_nfs.h" #endif -#if !defined(NFS_NEWRPC) && !defined(NFS_LEGACYRPC) -#define NFS_LEGACYRPC -#endif - /* * Tunable constants for nfs */ -- cgit v1.1