From 590eb80fc293ed8ea68be7f20fd9842cbb48db80 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 16 Nov 1995 11:48:10 +0000 Subject: Moved declarations for static functions to the correct place (not in a header) and cleaned them up. --- sys/fs/msdosfs/msdosfsmount.h | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'sys/fs/msdosfs/msdosfsmount.h') diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h index 528bdbd..0d485c4 100644 --- a/sys/fs/msdosfs/msdosfsmount.h +++ b/sys/fs/msdosfs/msdosfsmount.h @@ -1,4 +1,4 @@ -/* $Id: msdosfsmount.h,v 1.3 1995/05/30 08:07:47 rgrimes Exp $ */ +/* $Id: msdosfsmount.h,v 1.4 1995/11/07 14:06:45 phk Exp $ */ /* $NetBSD: msdosfsmount.h,v 1.7 1994/08/21 18:44:17 ws Exp $ */ /*- @@ -168,18 +168,4 @@ struct msdosfsmount { #define de_clcount(pmp, size) \ (((size) + (pmp)->pm_bpcluster - 1) >> (pmp)->pm_cnshift) -/* - * Prototypes for MSDOSFS virtual filesystem operations - */ -static int msdosfs_mount __P((struct mount *, char *, caddr_t, struct nameidata *, struct proc *)); -static int msdosfs_start __P((struct mount *, int, struct proc *)); -static int msdosfs_unmount __P((struct mount *, int, struct proc *)); -static int msdosfs_root __P((struct mount *, struct vnode **)); -static int msdosfs_quotactl __P((struct mount *, int, uid_t, caddr_t, struct proc *)); -static int msdosfs_statfs __P((struct mount *, struct statfs *, struct proc *)); -static int msdosfs_sync __P((struct mount *, int, struct ucred *, struct proc *)); -static int msdosfs_fhtovp __P((struct mount *, struct fid *, struct mbuf *, struct vnode **, int *, struct ucred **)); -static int msdosfs_vptofh __P((struct vnode *, struct fid *)); -int msdosfs_init __P(()); - -static int mountmsdosfs __P((struct vnode *devvp, struct mount *mp, struct proc *p)); +int msdosfs_init __P((void)); -- cgit v1.1