freebsd-ports/sysutils/logtool/files/patch-src_mod__iptables.c
Stefan Eßer 6fc230b634 Fix build with -fno-common
While here add license (GPLv2)
2020-09-22 13:28:40 +00:00

11 lines
299 B
C

--- src/mod_iptables.c.orig 2003-04-17 11:18:16 UTC
+++ src/mod_iptables.c
@@ -21,6 +21,8 @@
/* Yee ole includes (I put this all in one file for my sanity) */
#include "includes.h"
+IPTABLES it;
+
/*
* a module to process iptables messages into something sane to read with the naked eye
*/