diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 17:50:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 17:50:47 +0000 |
commit | 23cdd5ebb9d559aab87acecc1bfabffb28dba02c (patch) | |
tree | bfaf2d2facc1d91843a581c1e58192ec1bb6b1a9 /emulators/cpmemu/files/patch-ad | |
parent | Update to version 0.4.9.5. (diff) |
* Updated version to 0.2.1.1
* Added MetaLab(sunsite) mirror to MASTER_SITES
* Fixed some files to respect CFLAGS properly
PR: 14903
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
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> |