diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-12 12:37:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-12 12:37:46 +0000 |
commit | b374eea660a90b124f14b7f41fe1fa9d39503b8d (patch) | |
tree | 9640c4cfad72df082a609348a0532c72455bea25 /editors/em/files/patch-af | |
parent | Update to 0.9.0.16 (diff) |
Update to 0.9.0.17
PR 33386
Submitted by: Tadashi Yumoto <yumoto@mail.forks.co.jp>
Notes
Notes:
svn path=/head/; revision=69950
Diffstat (limited to 'editors/em/files/patch-af')
-rw-r--r-- | editors/em/files/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/em/files/patch-af b/editors/em/files/patch-af new file mode 100644 index 000000000000..48fb92779ce4 --- /dev/null +++ b/editors/em/files/patch-af @@ -0,0 +1,13 @@ +--- input.c.orig Sat May 21 19:41:02 1994 ++++ input.c Mon Dec 31 19:08:46 2001 +@@ -22,6 +22,10 @@ + #define COMPLC 0 + #endif + ++#if TOYCODE ++#define mktemp(s) mkstemp(s) ++#endif ++ + /* + * Ask a yes or no question in the message line. Return either TRUE, FALSE, or + * ABORT. The ABORT status is returned if the user bumps out of the question |