summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-29 06:33:20 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-29 06:33:20 +0000
commit687cea0eaa7784a69755de2fa6f9a642d32838a1 (patch)
treed8ce887051d61e29ff45ef043a22b51de343ef47 /net-mgmt
parentmisc/floatator: fix build on recent current and deprecate (diff)
net-mgmt/flow-tools: fix build on recent current
Notes
Notes: svn path=/head/; revision=546871
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/flow-tools/files/patch-src_acl2.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/flow-tools/files/patch-src_acl2.c b/net-mgmt/flow-tools/files/patch-src_acl2.c
new file mode 100644
index 000000000000..4a988108617a
--- /dev/null
+++ b/net-mgmt/flow-tools/files/patch-src_acl2.c
@@ -0,0 +1,11 @@
+--- src/acl2.c.orig 2020-08-29 06:28:09 UTC
++++ src/acl2.c
+@@ -46,7 +46,7 @@
+
+ #include "acl2.h"
+
+-struct acl_list acl_list;
++// struct acl_list acl_list;
+
+ #define E acl_list.acl_ip_ext[index]
+