aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-11-26 04:14:05 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-11-26 04:14:05 +0000
commitfff57c6f931501440ca6089656fab99893abda86 (patch)
treebb4c8e58626b267406164e1dae5bb4a57518eba1
parent2b2e3e3cd8feb0716e8919dab5b175265a6ca4de (diff)
downloadports-fff57c6f931501440ca6089656fab99893abda86.tar.gz
ports-fff57c6f931501440ca6089656fab99893abda86.zip
Notes
-rw-r--r--emulators/mtools/files/patch-h18
1 files changed, 18 insertions, 0 deletions
diff --git a/emulators/mtools/files/patch-h b/emulators/mtools/files/patch-h
new file mode 100644
index 000000000000..210da92312b8
--- /dev/null
+++ b/emulators/mtools/files/patch-h
@@ -0,0 +1,18 @@
+--- mformat.c~ Thu Jun 1 22:49:28 2000
++++ mformat.c Sun Nov 26 05:05:27 2000
+@@ -355,13 +355,13 @@
+
+ if ( Fs->num_clus > FAT12 && Fs->fat_bits == 12 ){
+ fprintf(stderr,"Too many clusters for this fat size."
+- " Please choose a 16-bit fat in your /etc/mtools"
++ " Please choose a 16-bit fat in your /etc/mtools.conf"
+ " or .mtoolsrc file\n");
+ exit(1);
+ }
+ if ( Fs->num_clus <= FAT12 && Fs->fat_bits > 12 ){
+ fprintf(stderr,"Too few clusters for this fat size."
+- " Please choose a 12-bit fat in your /etc/mtools"
++ " Please choose a 12-bit fat in your /etc/mtools.conf"
+ " or .mtoolsrc file\n");
+ exit(1);
+ }