aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/portal/portal_vnops.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-10-27 13:33:47 +0000
committerBruce Evans <bde@FreeBSD.org>1997-10-27 13:33:47 +0000
commitef91bd57349285acf769d4279e4bc723607c46e8 (patch)
tree61ed451ee8b99e5030d1c8487ff82d475789607c /sys/miscfs/portal/portal_vnops.c
parent9405e2ed0c39fc28535d26b2e0c7640f6c19f10b (diff)
downloadsrc-ef91bd57349285acf769d4279e4bc723607c46e8.tar.gz
src-ef91bd57349285acf769d4279e4bc723607c46e8.zip
Removed unused #includes. The need for most of them went away with
recent changes (docluster* and vfs improvements).
Notes
Notes: svn path=/head/; revision=30780
Diffstat (limited to 'sys/miscfs/portal/portal_vnops.c')
-rw-r--r--sys/miscfs/portal/portal_vnops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/portal/portal_vnops.c b/sys/miscfs/portal/portal_vnops.c
index bcd24a8648a2..05b6b583ea59 100644
--- a/sys/miscfs/portal/portal_vnops.c
+++ b/sys/miscfs/portal/portal_vnops.c
@@ -35,7 +35,7 @@
*
* @(#)portal_vnops.c 8.14 (Berkeley) 5/21/95
*
- * $Id: portal_vnops.c,v 1.26 1997/10/16 22:00:27 phk Exp $
+ * $Id: portal_vnops.c,v 1.27 1997/10/26 20:55:20 phk Exp $
*/
/*
@@ -49,7 +49,6 @@
#include <sys/time.h>
#include <sys/proc.h>
#include <sys/filedesc.h>
-#include <sys/unistd.h>
#include <sys/vnode.h>
#include <sys/fcntl.h>
#include <sys/file.h>