From 08553db75abe8f86914b6f382444c551cf9a7f26 Mon Sep 17 00:00:00 2001 From: mpp Date: Wed, 12 Feb 1997 16:31:27 +0000 Subject: Make this compile without warnings after the Lite2 merge: - *fs_init routines now take a "struct vfsconf * vfsp" pointer as an argument. - Use the correct type for cookies. - Update function prototypes. Submitted by: bde --- sys/fs/msdosfs/msdosfsmount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/msdosfs/msdosfsmount.h') diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h index 77c6add..44732c7 100644 --- a/sys/fs/msdosfs/msdosfsmount.h +++ b/sys/fs/msdosfs/msdosfsmount.h @@ -168,7 +168,7 @@ struct msdosfsmount { #define de_clcount(pmp, size) \ (((size) + (pmp)->pm_bpcluster - 1) >> (pmp)->pm_cnshift) -int msdosfs_init __P((void)); +int msdosfs_init __P((struct vfsconf *vfsp)); /* * Arguments to mount MSDOS filesystems. -- cgit v1.1