summaryrefslogtreecommitdiffstats
path: root/openwrt/package/kismet/patches/110-uclibc++_fixes.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-04 19:38:33 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-04 19:38:33 +0000
commit023a3a77a9f67c6432763bfcbd1243cf003055a2 (patch)
treeaf0b2425020be98481e08075498b7b60a7cc1acc /openwrt/package/kismet/patches/110-uclibc++_fixes.patch
parent9e6a57c9d221d44651117319646a6102b0506812 (diff)
add kismet update from whiterussian, clean up uclibc++ fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1338 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/kismet/patches/110-uclibc++_fixes.patch')
-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 d27bca07b..4cf5a7b5b 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 = "";
- }
- }
-