ports/www/squidguard/patches/patch-src_main_c_in

14 lines
264 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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 */