diff options
Diffstat (limited to 'sys/nfsserver/nfs_srvsubs.c')
-rw-r--r-- | sys/nfsserver/nfs_srvsubs.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c index 6e62e8f..b75dd93 100644 --- a/sys/nfsserver/nfs_srvsubs.c +++ b/sys/nfsserver/nfs_srvsubs.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_subs.c,v 1.49 1997/12/27 02:56:35 bde Exp $ + * $Id: nfs_subs.c,v 1.50 1998/02/04 22:33:15 eivind Exp $ */ /* @@ -42,9 +42,6 @@ * the nfs op functions. They do things like create the rpc header and * copy data between mbuf chains and uio lists. */ - -#include "opt_diagnostic.h" - #include <sys/param.h> #include <sys/buf.h> #include <sys/proc.h> |