From b71fec07dbcbbd6b5665aef535e57fa10a3e910c Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 3 Sep 1996 14:25:27 +0000 Subject: Eliminated nested include of in in the kernel. Include it directly in the few places where it is used. Reduced some #includes of to #includes of or nothing. --- sys/miscfs/portal/portal_vnops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/miscfs/portal/portal_vnops.c') diff --git a/sys/miscfs/portal/portal_vnops.c b/sys/miscfs/portal/portal_vnops.c index e1ae90416231..a9d7328b43c6 100644 --- a/sys/miscfs/portal/portal_vnops.c +++ b/sys/miscfs/portal/portal_vnops.c @@ -35,7 +35,7 @@ * * @(#)portal_vnops.c 8.8 (Berkeley) 1/21/94 * - * $Id: portal_vnops.c,v 1.12 1996/06/12 03:37:29 davidg Exp $ + * $Id: portal_vnops.c,v 1.13 1996/06/12 05:09:59 gpalmer Exp $ */ /* @@ -50,6 +50,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3