diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
commit | 47cfdb166d16af183216e459e4e48aff9d2beabf (patch) | |
tree | 93aceb4227ab2f9f24d54737e22b76e485ae9796 /sys/nfsserver/nfs_serv.c | |
parent | 4f36d4ac99675f748f0e5b7ca061c49573d3ecbd (diff) |
Turn DIAGNOSTIC into a new-style option.
Notes
Notes:
svn path=/head/; revision=33108
Diffstat (limited to 'sys/nfsserver/nfs_serv.c')
-rw-r--r-- | sys/nfsserver/nfs_serv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/nfsserver/nfs_serv.c b/sys/nfsserver/nfs_serv.c index 4bcca7dd5039..8f8b06cb928d 100644 --- a/sys/nfsserver/nfs_serv.c +++ b/sys/nfsserver/nfs_serv.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_serv.c 8.3 (Berkeley) 1/12/94 - * $Id: nfs_serv.c,v 1.54 1997/12/29 00:23:34 dyson Exp $ + * $Id: nfs_serv.c,v 1.55 1998/01/31 11:56:14 dyson Exp $ */ /* @@ -57,6 +57,8 @@ * 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> |