summaryrefslogtreecommitdiff
path: root/openwrt/package/kismet/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-04 19:38:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-04 19:38:33 +0000
commit600414fa8b8cbda29f8ad9cb4e4f4284d52c09c0 (patch)
treeaf0b2425020be98481e08075498b7b60a7cc1acc /openwrt/package/kismet/patches
parentd20b249c094384ec3aed359ab7d6e2bf2c4953ad (diff)
downloadmtk-20170518-600414fa8b8cbda29f8ad9cb4e4f4284d52c09c0.zip
mtk-20170518-600414fa8b8cbda29f8ad9cb4e4f4284d52c09c0.tar.gz
mtk-20170518-600414fa8b8cbda29f8ad9cb4e4f4284d52c09c0.tar.bz2
add kismet update from whiterussian, clean up uclibc++ fixes
SVN-Revision: 1338
Diffstat (limited to 'openwrt/package/kismet/patches')
-rw-r--r--openwrt/package/kismet/patches/110-uclibc++_fixes.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/openwrt/package/kismet/patches/110-uclibc++_fixes.patch b/openwrt/package/kismet/patches/110-uclibc++_fixes.patch
index d27bca0..4cf5a7b 100644
--- a/openwrt/package/kismet/patches/110-uclibc++_fixes.patch
+++ b/openwrt/package/kismet/patches/110-uclibc++_fixes.patch
@@ -27,27 +27,3 @@ diff -urN kismet-2005-04-R1.old/macaddr.h kismet-2005-04-R1.dev/macaddr.h
return (singleton_itr != op.singleton_itr) || (vector_itr != op.vector_itr);
}
-diff -urN kismet-2005-04-R1.old/tcpserver.cc kismet-2005-04-R1.dev/tcpserver.cc
---- kismet-2005-04-R1.old/tcpserver.cc 2005-04-03 07:33:42.000000000 +0200
-+++ kismet-2005-04-R1.dev/tcpserver.cc 2005-06-08 23:17:34.000000000 +0200
-@@ -373,7 +373,7 @@
- return 0;
- }
- } else {
-- copt->wrbuf.erase(0, res);
-+ copt->wrbuf = "";
- }
- }
-
-diff -urN kismet-2005-04-R1.old/tcpclient.cc kismet-2005-04-R1.dev/tcpclient.cc
---- kismet-2005-04-R1.old/tcpclient.cc 2005-04-03 07:33:42.000000000 +0200
-+++ kismet-2005-04-R1.dev/tcpclient.cc 2005-07-01 16:42:33.000000000 +0200
-@@ -214,7 +214,7 @@
- return(-1);
- }
- } else {
-- writebuf.erase(0, res);
-+ writebuf = "";
- }
- }
-