From 785e2e9f0fab62af36d2b6e1b3b0af35e8e74536 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Tue, 9 Dec 2003 16:20:31 +0000 Subject: unbreak build on CURRENT bump PORTREVISION --- cad/magic/files/patch-textio::textioInt.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cad/magic/files/patch-textio::textioInt.h (limited to 'cad/magic/files/patch-textio::textioInt.h') 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, ... ); -- cgit v1.2.3