summaryrefslogtreecommitdiff
path: root/japanese/msdosfs/patches.4/patch-ah
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2000-10-27 18:44:36 +0000
committerR. Imura <imura@FreeBSD.org>2000-10-27 18:44:36 +0000
commit586b073ee3dcc8369a8df8cf43c332f72897fa8c (patch)
tree54dc1f1693cb9991f373d0c3a155a15dee91fa9a /japanese/msdosfs/patches.4/patch-ah
parentImport from ja-netscape4-communicator. (diff)
sync with -stable.
Notes
Notes: svn path=/head/; revision=34306
Diffstat (limited to '')
-rw-r--r--japanese/msdosfs/patches.4/patch-ah11
1 files changed, 10 insertions, 1 deletions
diff --git a/japanese/msdosfs/patches.4/patch-ah b/japanese/msdosfs/patches.4/patch-ah
index d714accfe832..3ec10f002556 100644
--- a/japanese/msdosfs/patches.4/patch-ah
+++ b/japanese/msdosfs/patches.4/patch-ah
@@ -1,5 +1,14 @@
--- msdosfsmount.h.orig Mon Apr 10 04:32:37 2000
-+++ msdosfsmount.h Wed Oct 4 00:13:52 2000
++++ msdosfsmount.h Sat Oct 28 02:57:45 2000
+@@ -84,7 +84,7 @@
+ u_long pm_fatblocksize; /* size of fat blocks in bytes */
+ u_long pm_fatblocksec; /* size of fat blocks in sectors */
+ u_long pm_fatsize; /* size of fat in bytes */
+- u_long pm_fatmask; /* mask to use for fat numbers */
++ u_int32_t pm_fatmask; /* mask to use for fat numbers */
+ u_long pm_fsinfo; /* fsinfo block number */
+ u_long pm_nxtfree; /* next free cluster in fsinfo block */
+ u_int pm_fatmult; /* these 2 values are used in fat */
@@ -198,6 +198,7 @@
(1024 << ((pmp)->pm_BlkPerSec >> 2))