summaryrefslogtreecommitdiffstats
path: root/source/l/libtermcap/termcap.h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libtermcap/termcap.h.diff')
-rw-r--r--source/l/libtermcap/termcap.h.diff29
1 files changed, 29 insertions, 0 deletions
diff --git a/source/l/libtermcap/termcap.h.diff b/source/l/libtermcap/termcap.h.diff
new file mode 100644
index 000000000..bbcb4a619
--- /dev/null
+++ b/source/l/libtermcap/termcap.h.diff
@@ -0,0 +1,29 @@
+--- termcap.h.orig Tue May 9 18:54:56 2000
++++ termcap.h Tue May 9 19:25:08 2000
+@@ -34,7 +34,11 @@
+
+ __BEGIN_DECLS
+
++#if defined(__PMT) /* XXX glibc-2.1 wants this */
++typedef int (*outfuntype) __PMT((int));
++#else
+ typedef int (*outfuntype) __P((int));
++#endif
+
+ extern int tgetent __P((void *__buffer, __const char *__termtype));
+ extern int tgetflag __P((__const char *__name));
+@@ -44,8 +48,14 @@
+ int __vpos));
+ extern char *tparam __P((__const char *__ctlstring, void *__buffer,
+ int __size, ...));
++
++#if defined(__PMT) /* XXX glibc-2.1 wants this */
++extern void tputs __P((__const char *__string, int __nlines,
++ int (*) __PMT((int))));
++#else
+ extern void tputs __P((__const char *__string, int __nlines,
+ int (*) __P((int))));
++#endif
+
+ __END_DECLS
+