summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/nullfs
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-04 22:34:03 +0000
committereivind <eivind@FreeBSD.org>1998-02-04 22:34:03 +0000
commitc552a9a1c3362d37fc1aaf3a9ba4231225b1f13a (patch)
tree200c40866975fee9f98d04db8b6280f94e67540e /sys/miscfs/nullfs
parent856becd843ef5a7a14eeb66b3159728409ccdbfc (diff)
downloadFreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.zip
FreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.tar.gz
Turn DIAGNOSTIC into a new-style option.
Diffstat (limited to 'sys/miscfs/nullfs')
-rw-r--r--sys/miscfs/nullfs/null_subr.c3
-rw-r--r--sys/miscfs/nullfs/null_vfsops.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/miscfs/nullfs/null_subr.c b/sys/miscfs/nullfs/null_subr.c
index 64ed7e6..9932099 100644
--- a/sys/miscfs/nullfs/null_subr.c
+++ b/sys/miscfs/nullfs/null_subr.c
@@ -35,10 +35,11 @@
*
* @(#)null_subr.c 8.7 (Berkeley) 5/14/95
*
- * $Id: null_subr.c,v 1.13 1997/08/28 00:44:43 kato Exp $
+ * $Id: null_subr.c,v 1.14 1998/01/31 07:23:12 eivind Exp $
*/
#include "opt_debug_nullfs.h"
+#include "opt_diagnostic.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c
index 7ffb40d..bfb97d6 100644
--- a/sys/miscfs/nullfs/null_vfsops.c
+++ b/sys/miscfs/nullfs/null_vfsops.c
@@ -36,7 +36,7 @@
* @(#)null_vfsops.c 8.2 (Berkeley) 1/21/94
*
* @(#)lofs_vfsops.c 1.2 (Berkeley) 6/18/92
- * $Id: null_vfsops.c,v 1.21 1998/01/01 08:28:05 bde Exp $
+ * $Id: null_vfsops.c,v 1.22 1998/01/31 07:23:12 eivind Exp $
*/
/*
@@ -44,6 +44,7 @@
* (See null_vnops.c for a description of what this does.)
*/
+#include "opt_diagnostic.h"
#include "opt_debug_nullfs.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud