diff options
Diffstat (limited to 'emulators/cpmemu/files/patch-ad')
-rw-r--r-- | emulators/cpmemu/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/cpmemu/files/patch-ad b/emulators/cpmemu/files/patch-ad new file mode 100644 index 000000000000..c655ccbcf663 --- /dev/null +++ b/emulators/cpmemu/files/patch-ad @@ -0,0 +1,11 @@ +--- io.c.orig Wed Jun 22 03:25:46 1994 ++++ io.c Mon Nov 15 06:31:36 1999 +@@ -13,7 +13,7 @@ + /*****************************************************************************/ + #include "cpmemu.h" + +-#define HAVE_RAW_IO ++#undef HAVE_RAW_IO + + /* magic for character I/O */ + #include <unistd.h> |