From 6a3053bfba63e030c966ba9e455547d25cad5595 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 19 Aug 2004 15:40:13 +0000 Subject: - Fix build with gcc-3.4 PR: ports/70642 Submitted by: Ulrich Spoerlein --- net-mgmt/kismet/files/patch-packet.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-mgmt/kismet/files/patch-packet.h (limited to 'net-mgmt/kismet') 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: -- cgit