diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:39:29 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:39:29 +0000 |
commit | 79d6017866067064ba712bf6b913b59695d44a06 (patch) | |
tree | b6517b4d4b98c9665fa77bde38e342fbc8bece26 /emulators/cpmemu/files/patch-io.c | |
parent | Report serious i2p vulnerability (diff) |
Rename emulators/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363222
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> |