aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/kismet/files/patch-packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/kismet/files/patch-packet.h')
-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: