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, 0 insertions, 29 deletions
diff --git a/source/l/libtermcap/termcap.h.diff b/source/l/libtermcap/termcap.h.diff
deleted file mode 100644
index bbcb4a619..000000000
--- a/source/l/libtermcap/termcap.h.diff
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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
-