diff options
Diffstat (limited to 'sys/nfs/nfs_serv.c')
| -rw-r--r-- | sys/nfs/nfs_serv.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c index 8f8b06cb928d..e24be242e5c8 100644 --- a/sys/nfs/nfs_serv.c +++ b/sys/nfs/nfs_serv.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_serv.c 8.3 (Berkeley) 1/12/94 - * $Id: nfs_serv.c,v 1.55 1998/01/31 11:56:14 dyson Exp $ + * $Id: nfs_serv.c,v 1.56 1998/02/04 22:33:14 eivind Exp $ */ /* @@ -57,8 +57,6 @@ * most version 3 rpcs return more than the status for error cases. */ -#include "opt_diagnostic.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> |
