diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-15 09:49:18 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-15 09:49:18 +0000 |
commit | a8405f4cf53c9108842e235c373e8c4fd97e7d31 (patch) | |
tree | 2466775ecdb865ee5c208c19c4854d96f1b9e184 /package/bitchx/patches | |
parent | ca9dd2dba3366710460de24c07336a451a2d1216 (diff) |
add bitchx package from Duncan, thx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3374 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..18bd7bfd0 --- /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 |