summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/union
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-06 12:14:30 +0000
committereivind <eivind@FreeBSD.org>1998-02-06 12:14:30 +0000
commit4547a09753662d6525ae498b0da796738fa1bb22 (patch)
tree41dc9b04c45389c79e84d3a141cbe7ea5344d493 /sys/miscfs/union
parent9416651e391c8c68c7e2245cd88c5133818f760f (diff)
downloadFreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.zip
FreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.tar.gz
Back out DIAGNOSTIC changes.
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, 3 insertions, 9 deletions
diff --git a/sys/miscfs/union/union_subr.c b/sys/miscfs/union/union_subr.c
index cddfcaa..f7f82c2 100644
--- a/sys/miscfs/union/union_subr.c
+++ b/sys/miscfs/union/union_subr.c
@@ -35,11 +35,9 @@
* SUCH DAMAGE.
*
* @(#)union_subr.c 8.20 (Berkeley) 5/20/95
- * $Id: union_subr.c,v 1.25 1998/01/25 09:44:33 kato Exp $
+ * $Id: union_subr.c,v 1.26 1998/02/04 22:32:52 eivind 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 e4094dd..eeb1972 100644
--- a/sys/miscfs/union/union_vfsops.c
+++ b/sys/miscfs/union/union_vfsops.c
@@ -35,15 +35,13 @@
* SUCH DAMAGE.
*
* @(#)union_vfsops.c 8.20 (Berkeley) 5/20/95
- * $Id: union_vfsops.c,v 1.23 1998/01/18 07:56:41 kato Exp $
+ * $Id: union_vfsops.c,v 1.24 1998/02/04 22:32:53 eivind 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 ca415f0..fc485f3 100644
--- a/sys/miscfs/union/union_vnops.c
+++ b/sys/miscfs/union/union_vnops.c
@@ -35,11 +35,9 @@
* SUCH DAMAGE.
*
* @(#)union_vnops.c 8.32 (Berkeley) 6/23/95
- * $Id: union_vnops.c,v 1.51 1998/02/04 22:32:55 eivind Exp $
+ * $Id: union_vnops.c,v 1.52 1998/02/06 02:42:21 kato Exp $
*/
-#include "opt_diagnostic.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud