summaryrefslogtreecommitdiff
path: root/emulators/mtools/files/patch-b
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1997-04-03 02:39:05 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1997-04-03 02:39:05 +0000
commit41edbba460b32e57cb935aa75da0378ec77b014b (patch)
tree44fbf58cf35460dc660b4cc3edf3092aceafb9fd /emulators/mtools/files/patch-b
parentFix MASTER_SITE since netlib.att.com went away, do dependence on blas (diff)
Upgrade to version 3.3
Diffstat (limited to 'emulators/mtools/files/patch-b')
-rw-r--r--emulators/mtools/files/patch-b19
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/mtools/files/patch-b b/emulators/mtools/files/patch-b
new file mode 100644
index 000000000000..831f20119d1e
--- /dev/null
+++ b/emulators/mtools/files/patch-b
@@ -0,0 +1,19 @@
+*** devices.c~ Mon Feb 17 18:57:19 1997
+--- devices.c Fri Feb 28 15:55:38 1997
+***************
+*** 626,632 ****
+ struct device devices[] = {
+ {"/dev/rfd0.1440", 'A', HD312},
+ {"/dev/rfd1.1200", 'B', HD514},
+! + {"/dev/sd0s1", 'C', GENHD},
+ };
+ #define INIT_NOOP
+ #endif /* __FreeBSD__ */
+--- 626,632 ----
+ struct device devices[] = {
+ {"/dev/rfd0.1440", 'A', HD312},
+ {"/dev/rfd1.1200", 'B', HD514},
+! {"/dev/sd0s1", 'C', GENHD},
+ };
+ #define INIT_NOOP
+ #endif /* __FreeBSD__ */