diff options
Diffstat (limited to 'net-irc/bitchx/files/1.1/bitchx-1.1-gcc34.patch')
-rw-r--r-- | net-irc/bitchx/files/1.1/bitchx-1.1-gcc34.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-irc/bitchx/files/1.1/bitchx-1.1-gcc34.patch b/net-irc/bitchx/files/1.1/bitchx-1.1-gcc34.patch deleted file mode 100644 index db549a6824ca..000000000000 --- a/net-irc/bitchx/files/1.1/bitchx-1.1-gcc34.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- source/term.c -+++ source/term.c -@@ -91,8 +91,10 @@ - #define Tgetflag(x) tgetflag(x.tname) - #endif - --extern char *getenv(); --extern char *tparm(); -+extern char *getenv(const char *name); -+#ifndef TPARM_DECLARED -+extern char *tparm(char *str, ...); -+#endif - - /* - * The old code assumed termcap. termcap is almost always present, but on |