diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-04-10 23:26:37 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-04-10 23:26:37 +0000 |
commit | d0ef77f1b2b8edccf1e81f28bd15afbb765f1958 (patch) | |
tree | 07103a2520ab9b92763654302eebbab7501a38e1 /emulators/mtools/files/patch-b | |
parent | Update the DESCR file (diff) |
Upgrade to version 3.5a.
Notes
Notes:
svn path=/head/; revision=6180
Diffstat (limited to 'emulators/mtools/files/patch-b')
-rw-r--r-- | emulators/mtools/files/patch-b | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/emulators/mtools/files/patch-b b/emulators/mtools/files/patch-b deleted file mode 100644 index 831f20119d1e..000000000000 --- a/emulators/mtools/files/patch-b +++ /dev/null @@ -1,19 +0,0 @@ -*** 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__ */ |