mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
12 lines
338 B
C
12 lines
338 B
C
--- 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, ... );
|