diff options
Diffstat (limited to 'emulators/cpmemu/files/patch-io.c')
-rw-r--r-- | emulators/cpmemu/files/patch-io.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/cpmemu/files/patch-io.c b/emulators/cpmemu/files/patch-io.c new file mode 100644 index 000000000000..c655ccbcf663 --- /dev/null +++ b/emulators/cpmemu/files/patch-io.c @@ -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> |