diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-19 23:40:13 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-19 23:40:13 +0800 |
commit | 6a3053bfba63e030c966ba9e455547d25cad5595 (patch) | |
tree | 35a5f2f3ea7261c7e02e6e430fa09a08350146a5 /net-mgmt/kismet | |
parent | 62b66868186dbf6f029e0c5be710c2a510c1e09b (diff) | |
download | freebsd-ports-gnome-6a3053bfba63e030c966ba9e455547d25cad5595.tar.gz freebsd-ports-gnome-6a3053bfba63e030c966ba9e455547d25cad5595.tar.zst freebsd-ports-gnome-6a3053bfba63e030c966ba9e455547d25cad5595.zip |
- Fix build with gcc-3.4
PR: ports/70642
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'net-mgmt/kismet')
-rw-r--r-- | net-mgmt/kismet/files/patch-packet.h | 11 |
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: |