diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-09 16:20:31 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-09 16:20:31 +0000 |
commit | 785e2e9f0fab62af36d2b6e1b3b0af35e8e74536 (patch) | |
tree | 37fb4721b801e734fdcfb1c1f6c79463e6ed201e /cad/magic/files/patch-textio::textioInt.h | |
parent | Update to version 0.38. (diff) |
unbreak build on CURRENT
bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=95479
Diffstat (limited to 'cad/magic/files/patch-textio::textioInt.h')
-rw-r--r-- | cad/magic/files/patch-textio::textioInt.h | 12 |
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, ... ); |