diff options
author | eivind <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
commit | c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a (patch) | |
tree | 200c40866975fee9f98d04db8b6280f94e67540e /sys/nfsclient | |
parent | 856becd843ef5a7a14eeb66b3159728409ccdbfc (diff) | |
download | FreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.zip FreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.tar.gz |
Turn DIAGNOSTIC into a new-style option.
Diffstat (limited to 'sys/nfsclient')
-rw-r--r-- | sys/nfsclient/nfs_bio.c | 3 | ||||
-rw-r--r-- | sys/nfsclient/nfs_nfsiod.c | 4 | ||||
-rw-r--r-- | sys/nfsclient/nfs_subs.c | 5 | ||||
-rw-r--r-- | sys/nfsclient/nfs_vnops.c | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c index a9c5c43..add9da4 100644 --- a/sys/nfsclient/nfs_bio.c +++ b/sys/nfsclient/nfs_bio.c @@ -34,9 +34,10 @@ * SUCH DAMAGE. * * @(#)nfs_bio.c 8.9 (Berkeley) 3/30/95 - * $Id: nfs_bio.c,v 1.47 1998/01/25 06:24:09 dyson Exp $ + * $Id: nfs_bio.c,v 1.48 1998/01/31 01:27:18 tegge Exp $ */ +#include "opt_diagnostic.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/nfsclient/nfs_nfsiod.c b/sys/nfsclient/nfs_nfsiod.c index 1624b63..9f5ba2a 100644 --- a/sys/nfsclient/nfs_nfsiod.c +++ b/sys/nfsclient/nfs_nfsiod.c @@ -34,9 +34,11 @@ * SUCH DAMAGE. * * @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95 - * $Id: nfs_syscalls.c,v 1.32 1997/11/07 08:53:25 phk Exp $ + * $Id: nfs_syscalls.c,v 1.33 1997/11/24 14:18:00 bde Exp $ */ +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c index 159f7e0..6e62e8f 100644 --- a/sys/nfsclient/nfs_subs.c +++ b/sys/nfsclient/nfs_subs.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_subs.c,v 1.48 1997/12/20 00:25:01 bde Exp $ + * $Id: nfs_subs.c,v 1.49 1997/12/27 02:56:35 bde Exp $ */ /* @@ -42,6 +42,9 @@ * 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> diff --git a/sys/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c index 51cd281..4a3fad7 100644 --- a/sys/nfsclient/nfs_vnops.c +++ b/sys/nfsclient/nfs_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vnops.c 8.16 (Berkeley) 5/27/95 - * $Id: nfs_vnops.c,v 1.75 1998/01/08 23:42:03 eivind Exp $ + * $Id: nfs_vnops.c,v 1.76 1998/01/25 06:14:26 dyson Exp $ */ @@ -42,6 +42,7 @@ * vnode op calls for Sun NFS version 2 and 3 */ +#include "opt_diagnostic.h" #include "opt_inet.h" #include <sys/param.h> |