diff options
Diffstat (limited to 'emulators/mtools/files')
-rw-r--r-- | emulators/mtools/files/patch-b | 19 | ||||
-rw-r--r-- | emulators/mtools/files/patch-c | 15 |
2 files changed, 0 insertions, 34 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__ */ diff --git a/emulators/mtools/files/patch-c b/emulators/mtools/files/patch-c deleted file mode 100644 index d0a0e5c333ca..000000000000 --- a/emulators/mtools/files/patch-c +++ /dev/null @@ -1,15 +0,0 @@ -*** sysincludes.h~ Tue Feb 11 18:19:17 1997 ---- sysincludes.h Fri Feb 28 15:50:01 1997 -*************** -*** 108,117 **** - - #include <errno.h> - extern int errno; -- #ifndef netbsd -- /* NetBSD seems to choke on this, due to a slightly non-standard definition */ -- extern char *sys_errlist[]; -- #endif - #include <pwd.h> - - /* On AIX, we have to prefer strings.h, as string.h lacks a prototype ---- 108,113 ---- |