diff options
Diffstat (limited to 'mail/spamguard/files/patch-main.c')
-rw-r--r-- | mail/spamguard/files/patch-main.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/spamguard/files/patch-main.c b/mail/spamguard/files/patch-main.c new file mode 100644 index 000000000000..90bbfa5e2f49 --- /dev/null +++ b/mail/spamguard/files/patch-main.c @@ -0,0 +1,14 @@ +--- main.c.orig 2007-05-07 06:38:05 UTC ++++ main.c +@@ -27,11 +27,6 @@ + #include "qsheff_parser.h" + #include "config.h" + +-extern char logtype[VALSIZE]; +-extern char logfile[VALSIZE]; +-extern char ignorefile[VALSIZE]; +-extern char badmailfile[VALSIZE]; +- + int w = 0; + int b = 0; + int p = 0; |