summaryrefslogtreecommitdiff
path: root/openwrt/package/kismet/patches/110-uclibc++_fixes.patch
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-04-17 17:15:43 +0000
committerMike Baker <mbm@openwrt.org>2006-04-17 17:15:43 +0000
commitf15a435efaa74ff928bf58f45d5c38acdbf56cc9 (patch)
treed1fce7581d51918eefb040c878cb3d131a6f2fcd /openwrt/package/kismet/patches/110-uclibc++_fixes.patch
parent624bba95de47393ddbc7506665611f45db8a03a2 (diff)
downloadmtk-20170518-f15a435efaa74ff928bf58f45d5c38acdbf56cc9.zip
mtk-20170518-f15a435efaa74ff928bf58f45d5c38acdbf56cc9.tar.gz
mtk-20170518-f15a435efaa74ff928bf58f45d5c38acdbf56cc9.tar.bz2
update kismet to 2006-04-R1 (from #485)
SVN-Revision: 3664
Diffstat (limited to 'openwrt/package/kismet/patches/110-uclibc++_fixes.patch')
-rw-r--r--openwrt/package/kismet/patches/110-uclibc++_fixes.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/openwrt/package/kismet/patches/110-uclibc++_fixes.patch b/openwrt/package/kismet/patches/110-uclibc++_fixes.patch
index 4cf5a7b..7325ac1 100644
--- a/openwrt/package/kismet/patches/110-uclibc++_fixes.patch
+++ b/openwrt/package/kismet/patches/110-uclibc++_fixes.patch
@@ -9,21 +9,3 @@ diff -urN kismet-2005-04-R1.old/configfile.cc kismet-2005-04-R1.dev/configfile.c
#include "configfile.h"
#include "util.h"
-diff -urN kismet-2005-04-R1.old/macaddr.h kismet-2005-04-R1.dev/macaddr.h
---- kismet-2005-04-R1.old/macaddr.h 2005-04-03 07:33:42.000000000 +0200
-+++ kismet-2005-04-R1.dev/macaddr.h 2005-04-26 01:42:38.000000000 +0200
-@@ -321,12 +321,12 @@
- }
-
- // equal
-- inline bool operator==(const iterator& op) const {
-+ inline bool operator==(const iterator& op) {
- return (singleton_itr == op.singleton_itr) && (vector_itr == op.vector_itr);
- }
-
- // not
-- inline bool operator!=(const iterator& op) const {
-+ inline bool operator!=(const iterator& op) {
- return (singleton_itr != op.singleton_itr) || (vector_itr != op.vector_itr);
- }
-