aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/kismet
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-19 15:40:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-19 15:40:13 +0000
commit6a3053bfba63e030c966ba9e455547d25cad5595 (patch)
tree35a5f2f3ea7261c7e02e6e430fa09a08350146a5 /net-mgmt/kismet
parent62b66868186dbf6f029e0c5be710c2a510c1e09b (diff)
downloadports-6a3053bfba63e030c966ba9e455547d25cad5595.tar.gz
ports-6a3053bfba63e030c966ba9e455547d25cad5595.zip
- Fix build with gcc-3.4
PR: ports/70642 Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes: svn path=/head/; revision=116695
Diffstat (limited to 'net-mgmt/kismet')
-rw-r--r--net-mgmt/kismet/files/patch-packet.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/kismet/files/patch-packet.h b/net-mgmt/kismet/files/patch-packet.h
new file mode 100644
index 000000000000..acb483c170c0
--- /dev/null
+++ b/net-mgmt/kismet/files/patch-packet.h
@@ -0,0 +1,11 @@
+--- packet.h.orig Wed Aug 18 18:56:26 2004
++++ packet.h Wed Aug 18 18:56:43 2004
+@@ -550,7 +550,7 @@
+ // This isn't quite like STL iterators, because I'm too damned lazy to deal with all
+ // the nasty STL hoop-jumping. This does provide a somewhat-stl-ish interface to
+ // iterating through the singleton and masked maps
+- friend class iterator {
++ class iterator {
+ friend class macmap;
+
+ public: