ports/www/squidguard/patches/patch-src_main_c_in

13 lines
264 B
Text

Index: src/main.c.in
--- src/main.c.in.orig
+++ src/main.c.in
@@ -21,6 +21,9 @@
#include <syslog.h>
#endif
+char *progname;
+int lineno;
+
struct Setting *lastSetting = NULL;
struct Setting *Setting = NULL; /* linked list, Calloc */