1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/editors/em/files/patch-af
Tilman Keskinoz b374eea660 Update to 0.9.0.17
PR		33386
Submitted by:	Tadashi Yumoto <yumoto@mail.forks.co.jp>
2002-11-12 12:37:46 +00:00

14 lines
341 B
Plaintext

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