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/kern/vfs_bio.c | |
parent | 856becd843ef5a7a14eeb66b3159728409ccdbfc (diff) | |
download | FreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.zip FreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.tar.gz |
Turn DIAGNOSTIC into a new-style option.
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r-- | sys/kern/vfs_bio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 953dfae..426c3ba 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -11,7 +11,7 @@ * 2. Absolutely no warranty of function or purpose is made by the author * John S. Dyson. * - * $Id: vfs_bio.c,v 1.146 1998/01/25 06:24:01 dyson Exp $ + * $Id: vfs_bio.c,v 1.147 1998/01/31 11:55:59 dyson Exp $ */ /* @@ -26,6 +26,7 @@ */ #include "opt_bounce.h" +#include "opt_diagnostic.h" #define VMIO #include <sys/param.h> |