diff options
Diffstat (limited to 'japanese/msdosfs/patches.4/patch-ah')
-rw-r--r-- | japanese/msdosfs/patches.4/patch-ah | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/msdosfs/patches.4/patch-ah b/japanese/msdosfs/patches.4/patch-ah new file mode 100644 index 000000000000..d714accfe832 --- /dev/null +++ b/japanese/msdosfs/patches.4/patch-ah @@ -0,0 +1,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 */ |