diff options
Diffstat (limited to 'sys/miscfs/portal/portal_vnops.c')
-rw-r--r-- | sys/miscfs/portal/portal_vnops.c | 3 |
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> |