summaryrefslogtreecommitdiff
path: root/net/argus/files/patch-ab
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2001-06-02 11:39:51 +0000
committerStefan Eßer <se@FreeBSD.org>2001-06-02 11:39:51 +0000
commit04cfbddedef348a31463dfbdc27e01b25ca8e4bf (patch)
tree6925bf21525efe17313140c99201ebbf543f5b38 /net/argus/files/patch-ab
parent- Unbroke with threaded Mesa libraries (XFree86-4); (diff)
Update to Argus-2.0.1. This commit closes ports/27562, though it is
not based on the patch offered (I already had prepared diffs more than one week ago, but had no time to perform the commit). I choose to use my patches instead of those from the PR, since they seemed even more correct ;-)
Notes
Notes: svn path=/head/; revision=43426
Diffstat (limited to 'net/argus/files/patch-ab')
-rw-r--r--net/argus/files/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/argus/files/patch-ab b/net/argus/files/patch-ab
deleted file mode 100644
index 58befc429804..000000000000
--- a/net/argus/files/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
---- server/ArgusModeler.c~ Fri Mar 9 16:47:00 2001
-+++ server/ArgusModeler.c Fri Apr 6 17:08:28 2001
-@@ -694,5 +694,5 @@
- if ((vlan = (struct ArgusVlanStruct *) ArgusCalloc (1, sizeof(struct ArgusVlanStruct))) != NULL) {
- vlan->type = ARGUS_VLAN_DSR;
-- vlan->length = sizeof(vlan);
-+ vlan->length = sizeof(*vlan);
- flowstr->VlanDSRBuffer = vlan;
- }
-@@ -1510,4 +1510,6 @@
- #endif
-
-+ bzero ((char *)ArgusThisFlow, sizeof(*ArgusThisFlow));
-+ ArgusThisHash = 0;
- ArgusThisIpHdr = ip;
-