diff options
author | Stefan Eßer <se@FreeBSD.org> | 2006-12-16 14:49:12 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2006-12-16 14:49:12 +0000 |
commit | f26c739b839d7ac3a02bff19d698b5139676be86 (patch) | |
tree | bde280a540fd333a786eda1f1c204e7f43117802 | |
parent | 5f91b99dcdfd9e853e508c1bd8998c915e325bd0 (diff) |
Notes
-rw-r--r-- | net-mgmt/argus-clients/files/patch-common_gencode.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/argus-clients/files/patch-common_gencode.c b/net-mgmt/argus-clients/files/patch-common_gencode.c new file mode 100644 index 000000000000..0628f33fa7c8 --- /dev/null +++ b/net-mgmt/argus-clients/files/patch-common_gencode.c @@ -0,0 +1,11 @@ +--- common/gencode.c~ Mon Apr 26 18:30:23 2004 ++++ common/gencode.c Sat Dec 16 15:40:07 2006 +@@ -232,7 +232,7 @@ + #include <signal.h> + #include <sys/wait.h> + +-static u_int ArgusNetMask; ++u_int ArgusNetMask; + static int snaplen; + + int |