diff options
Diffstat (limited to 'package/bitchx/patches')
-rw-r--r-- | package/bitchx/patches/BitchX-tparm.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/bitchx/patches/BitchX-tparm.patch b/package/bitchx/patches/BitchX-tparm.patch new file mode 100644 index 0000000000..18bd7bfd0c --- /dev/null +++ b/package/bitchx/patches/BitchX-tparm.patch @@ -0,0 +1,10 @@ +--- BitchX/source/term.c.orig 2006-03-05 15:01:46.000000000 +1000 ++++ BitchX/source/term.c 2006-03-05 15:01:53.000000000 +1000 +@@ -92,7 +92,6 @@ + #endif + + extern char *getenv(); +-extern char *tparm(); + + /* + * The old code assumed termcap. termcap is almost always present, but on |