SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
www/squidguard/patches/patch-src_main_c_in
Normal file
13
www/squidguard/patches/patch-src_main_c_in
Normal file
|
@ -0,0 +1,13 @@
|
|||
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 */
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue