diff options
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 |