1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/japanese/msdosfs/patches.4/patch-ah
R. Imura 183c7be52b Add new port: ja-msdosfs - mounts japanese FAT.
Be sure to edit ${FILESDIR}/revlist if you modify this
port and sync with the kernel.
2000-10-07 15:34:21 +00:00

11 lines
310 B
Plaintext

--- 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 */