summaryrefslogtreecommitdiff
path: root/sys/miscfs
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-10-29 16:06:56 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-10-29 16:06:56 +0000
commitcf9fa8e72541441be08abdd3a8475449da7d7995 (patch)
tree96a325b75cd2201d7fe7ff7173caccb9185d5376 /sys/miscfs
parentd74a913b68131656f4e2dbd1a87d52d31fcfaa47 (diff)
Notes
Diffstat (limited to 'sys/miscfs')
-rw-r--r--sys/miscfs/umapfs/umap_vfsops.c1
-rw-r--r--sys/miscfs/union/union_vnops.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/miscfs/umapfs/umap_vfsops.c b/sys/miscfs/umapfs/umap_vfsops.c
index ebf9ce44d576..6457897c46a7 100644
--- a/sys/miscfs/umapfs/umap_vfsops.c
+++ b/sys/miscfs/umapfs/umap_vfsops.c
@@ -46,7 +46,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#include <sys/proc.h>
#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/namei.h>
diff --git a/sys/miscfs/union/union_vnops.c b/sys/miscfs/union/union_vnops.c
index d7b95f38f8d4..f27dd2818291 100644
--- a/sys/miscfs/union/union_vnops.c
+++ b/sys/miscfs/union/union_vnops.c
@@ -40,7 +40,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/proc.h>
#include <sys/fcntl.h>
#include <sys/stat.h>
#include <sys/kernel.h>