diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-02-15 21:42:41 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-02-15 21:42:41 +0000 |
commit | b641b92df7f47746a518c638e501cf7ab89549eb (patch) | |
tree | c89fc469ae0e8eb9a9b7bbda793f57c3af2968f2 /net-analyzer/argus-clients/files/argus-clients-2.0.6-netmask.patch | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-b641b92df7f47746a518c638e501cf7ab89549eb.tar.gz gentoo-2-b641b92df7f47746a518c638e501cf7ab89549eb.tar.bz2 gentoo-2-b641b92df7f47746a518c638e501cf7ab89549eb.zip |
Add patch from bug #143290 thanks to Joshua Schmidkofer
(Portage version: 2.1.2-r8)
Diffstat (limited to 'net-analyzer/argus-clients/files/argus-clients-2.0.6-netmask.patch')
-rw-r--r-- | net-analyzer/argus-clients/files/argus-clients-2.0.6-netmask.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/argus-clients/files/argus-clients-2.0.6-netmask.patch b/net-analyzer/argus-clients/files/argus-clients-2.0.6-netmask.patch new file mode 100644 index 000000000000..d5680404ef8e --- /dev/null +++ b/net-analyzer/argus-clients/files/argus-clients-2.0.6-netmask.patch @@ -0,0 +1,12 @@ +diff -urN argus-clients-2.0.6.orig/common/gencode.c argus-clients-2.0.6/common/gencode.c +--- argus-clients-2.0.6.orig/common/gencode.c 2004-04-26 09:30:23.000000000 -0700 ++++ argus-clients-2.0.6/common/gencode.c 2007-01-10 10:30:03.000000000 -0800 +@@ -232,7 +232,7 @@ + #include <signal.h> + #include <sys/wait.h> + +-static u_int ArgusNetMask; ++u_int ArgusNetMask; /* AMD64 build fix */ + static int snaplen; + + int |