diff options
| author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-17 17:15:43 +0000 |
|---|---|---|
| committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-17 17:15:43 +0000 |
| commit | dc6cdad9ce492723a0be9588d60c092c987e3b68 (patch) | |
| tree | 0c824345795cef10a4023aae7039a04815846b7e /openwrt/package/kismet/patches/110-uclibc++_fixes.patch | |
| parent | 97ab85558cf2357af8caf074594a348c188ea26f (diff) | |
update kismet to 2006-04-R1 (from #485)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3664 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.patch | 18 |
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 4cf5a7b5b..7325ac161 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); - } - |
