diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-28 20:31:41 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-28 20:31:41 +0000 |
commit | 3229efa791e6d32e5c9c8e75be062b3d85e1960c (patch) | |
tree | 0ca3561959b6c27d21879523e1643681098adeda /net-analyzer/iptstate/files | |
parent | Fix for gcc-4.3, bug #228941. Thanks Olivier Huber <oli.huber@gmail.com> (diff) | |
download | gentoo-2-3229efa791e6d32e5c9c8e75be062b3d85e1960c.tar.gz gentoo-2-3229efa791e6d32e5c9c8e75be062b3d85e1960c.tar.bz2 gentoo-2-3229efa791e6d32e5c9c8e75be062b3d85e1960c.zip |
Fix for gcc-4.3, bug #228759. Thanks Graham Murray <graham@gmurray.org.uk>.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
Diffstat (limited to 'net-analyzer/iptstate/files')
-rw-r--r-- | net-analyzer/iptstate/files/iptstate-2.2.1-gcc43.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/iptstate/files/iptstate-2.2.1-gcc43.patch b/net-analyzer/iptstate/files/iptstate-2.2.1-gcc43.patch new file mode 100644 index 000000000000..163ebd4981fe --- /dev/null +++ b/net-analyzer/iptstate/files/iptstate-2.2.1-gcc43.patch @@ -0,0 +1,10 @@ +--- iptstate.cc~ 2007-03-19 07:43:49.000000000 +0100 ++++ iptstate.cc 2008-06-23 14:44:23.438816806 +0200 +@@ -55,6 +55,7 @@ + #include <netdb.h> + #include <arpa/inet.h> + #include <math.h> ++#include <cstring> + #ifndef IPTSTATE_USE_PROC + extern "C" { + #include <libnetfilter_conntrack/libnetfilter_conntrack.h> |