From ab91e8eff2cd66ecaa04226f1950dab9e8d60f44 Mon Sep 17 00:00:00 2001 From: Steven Wallace Date: Sun, 8 Oct 1995 00:09:00 +0000 Subject: [PATCH] Add #include to get struct close_args and close function prototype. --- sys/fs/portalfs/portal_vnops.c | 3 ++- sys/miscfs/portal/portal_vnops.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/fs/portalfs/portal_vnops.c b/sys/fs/portalfs/portal_vnops.c index 41fd2de3f416..4ee582485ecf 100644 --- a/sys/fs/portalfs/portal_vnops.c +++ b/sys/fs/portalfs/portal_vnops.c @@ -35,7 +35,7 @@ * * @(#)portal_vnops.c 8.8 (Berkeley) 1/21/94 * - * $Id: portal_vnops.c,v 1.5 1995/03/28 07:57:02 bde Exp $ + * $Id: portal_vnops.c,v 1.6 1995/05/30 08:07:06 rgrimes Exp $ */ /* @@ -60,6 +60,7 @@ #include #include #include +#include #include static int portal_fileid = PORTAL_ROOTFILEID+1; diff --git a/sys/miscfs/portal/portal_vnops.c b/sys/miscfs/portal/portal_vnops.c index 41fd2de3f416..4ee582485ecf 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.5 1995/03/28 07:57:02 bde Exp $ + * $Id: portal_vnops.c,v 1.6 1995/05/30 08:07:06 rgrimes Exp $ */ /* @@ -60,6 +60,7 @@ #include #include #include +#include #include static int portal_fileid = PORTAL_ROOTFILEID+1;