diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-15 09:49:18 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-15 09:49:18 +0000 |
commit | 48069eee675822b22d0d92b453092fec394755eb (patch) | |
tree | bc021a7030e00a3c90e128b5085b5b8b21ba5bff /openwrt/package/bitchx/patches/BitchX-tparm.patch | |
parent | 11b0a8d40ccde28f3ae6d1632f5dd6bd44635a6e (diff) | |
download | mtk-20170518-48069eee675822b22d0d92b453092fec394755eb.zip mtk-20170518-48069eee675822b22d0d92b453092fec394755eb.tar.gz mtk-20170518-48069eee675822b22d0d92b453092fec394755eb.tar.bz2 |
add bitchx package from Duncan, thx
SVN-Revision: 3374
Diffstat (limited to 'openwrt/package/bitchx/patches/BitchX-tparm.patch')
-rw-r--r-- | openwrt/package/bitchx/patches/BitchX-tparm.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/bitchx/patches/BitchX-tparm.patch b/openwrt/package/bitchx/patches/BitchX-tparm.patch new file mode 100644 index 0000000..18bd7bf --- /dev/null +++ b/openwrt/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 |