mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
b374eea660
PR 33386 Submitted by: Tadashi Yumoto <yumoto@mail.forks.co.jp>
14 lines
341 B
Plaintext
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
|