From 50f9d7b97882a3487ff9307ad84b5e6a30da89bc Mon Sep 17 00:00:00 2001 From: mpp Date: Wed, 12 Feb 1997 06:52:51 +0000 Subject: Add function prototypes for most of the new Lite2 functions. Also made a few of the miscfs routines static to be consistent. Some modules simply required some additional #includes to remove -Wall warnings. --- sys/fs/portalfs/portal_vfsops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/fs/portalfs/portal_vfsops.c') diff --git a/sys/fs/portalfs/portal_vfsops.c b/sys/fs/portalfs/portal_vfsops.c index 74e1542..3557e0b 100644 --- a/sys/fs/portalfs/portal_vfsops.c +++ b/sys/fs/portalfs/portal_vfsops.c @@ -62,6 +62,7 @@ #include #include +static int portal_init __P((struct vfsconf *)); static int portal_mount __P((struct mount *mp, char *path, caddr_t data, struct nameidata *ndp, struct proc *p)); static int portal_start __P((struct mount *mp, int flags, struct proc *p)); -- cgit v1.1