summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/union
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/union
parent856becd843ef5a7a14eeb66b3159728409ccdbfc (diff)
downloadFreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.zip
FreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.tar.gz
Turn DIAGNOSTIC into a new-style option.
Diffstat (limited to 'sys/miscfs/union')
-rw-r--r--sys/miscfs/union/union_subr.c4
-rw-r--r--sys/miscfs/union/union_vfsops.c4
-rw-r--r--sys/miscfs/union/union_vnops.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/miscfs/union/union_subr.c b/sys/miscfs/union/union_subr.c
index 35932ce..cddfcaa 100644
--- a/sys/miscfs/union/union_subr.c
+++ b/sys/miscfs/union/union_subr.c
@@ -35,9 +35,11 @@
* SUCH DAMAGE.
*
* @(#)union_subr.c 8.20 (Berkeley) 5/20/95
- * $Id: union_subr.c,v 1.24 1998/01/20 10:02:52 kato Exp $
+ * $Id: union_subr.c,v 1.25 1998/01/25 09:44:33 kato Exp $
*/
+#include "opt_diagnostic.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/vnode.h>
diff --git a/sys/miscfs/union/union_vfsops.c b/sys/miscfs/union/union_vfsops.c
index 90da301..e4094dd 100644
--- a/sys/miscfs/union/union_vfsops.c
+++ b/sys/miscfs/union/union_vfsops.c
@@ -35,13 +35,15 @@
* SUCH DAMAGE.
*
* @(#)union_vfsops.c 8.20 (Berkeley) 5/20/95
- * $Id: union_vfsops.c,v 1.22 1997/11/18 15:07:35 phk Exp $
+ * $Id: union_vfsops.c,v 1.23 1998/01/18 07:56:41 kato Exp $
*/
/*
* Union Layer
*/
+#include "opt_diagnostic.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/miscfs/union/union_vnops.c b/sys/miscfs/union/union_vnops.c
index f0c4a8e..b3441ef 100644
--- a/sys/miscfs/union/union_vnops.c
+++ b/sys/miscfs/union/union_vnops.c
@@ -35,9 +35,11 @@
* SUCH DAMAGE.
*
* @(#)union_vnops.c 8.32 (Berkeley) 6/23/95
- * $Id: union_vnops.c,v 1.49 1998/01/20 10:02:54 kato Exp $
+ * $Id: union_vnops.c,v 1.50 1998/01/22 02:14:59 kato Exp $
*/
+#include "opt_diagnostic.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud