blob: d714accfe8323740381c423762d535f7738b3dea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- msdosfsmount.h.orig Mon Apr 10 04:32:37 2000
+++ msdosfsmount.h Wed Oct 4 00:13:52 2000
@@ -198,6 +198,7 @@
(1024 << ((pmp)->pm_BlkPerSec >> 2))
int msdosfs_init __P((struct vfsconf *vfsp));
+int msdosfs_uninit __P((struct vfsconf *vfsp));
int msdosfs_mountroot __P((void));
#endif /* _KERNEL */
|