summaryrefslogtreecommitdiff
path: root/cad/magic/files/patch-textio::textioInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'cad/magic/files/patch-textio::textioInt.h')
-rw-r--r--cad/magic/files/patch-textio::textioInt.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/magic/files/patch-textio::textioInt.h b/cad/magic/files/patch-textio::textioInt.h
new file mode 100644
index 000000000000..f459d515cd6c
--- /dev/null
+++ b/cad/magic/files/patch-textio::textioInt.h
@@ -0,0 +1,12 @@
+--- textio/textioInt.h.orig Tue Dec 9 16:41:17 2003
++++ textio/textioInt.h Tue Dec 9 16:41:29 2003
+@@ -53,7 +53,7 @@
+ struct sgttyb tx_i_sgtty;
+ struct tchars tx_i_tchars;
+ } txTermState;
+-#endif SYSV
++#endif
+
+ extern int TxGetInputEvent();
+-extern void txFprintfBasic();
++extern void txFprintfBasic(FILE *f, char *fmt, ... );