summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfsmount.h
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-02-12 16:31:27 +0000
committermpp <mpp@FreeBSD.org>1997-02-12 16:31:27 +0000
commit08553db75abe8f86914b6f382444c551cf9a7f26 (patch)
treeb1715b4f47e48e38c64a0e40e91921d3dd8d4abd /sys/fs/msdosfs/msdosfsmount.h
parentca6443454318b4caf5a58872e98fdcc77ab10753 (diff)
downloadFreeBSD-src-08553db75abe8f86914b6f382444c551cf9a7f26.zip
FreeBSD-src-08553db75abe8f86914b6f382444c551cf9a7f26.tar.gz
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
Diffstat (limited to 'sys/fs/msdosfs/msdosfsmount.h')
-rw-r--r--sys/fs/msdosfs/msdosfsmount.h2
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud