diff options
Diffstat (limited to 'www/junkbuster/files/patch-al')
-rw-r--r-- | www/junkbuster/files/patch-al | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/www/junkbuster/files/patch-al b/www/junkbuster/files/patch-al index 98010e51f392..5922cba56427 100644 --- a/www/junkbuster/files/patch-al +++ b/www/junkbuster/files/patch-al @@ -1,14 +1,10 @@ ---- ssplit.c.orig Fri Aug 4 09:39:24 2000 -+++ ssplit.c Fri Nov 3 12:24:59 2000 -@@ -22,9 +22,10 @@ +--- ssplit.c.orig Fri Aug 4 08:39:24 2000 ++++ ssplit.c Thu Apr 29 15:56:41 2004 +@@ -22,6 +22,7 @@ * l = flag indicating whether to ignore leading field separators */ +#include "loaders.h" #include <stdlib.h> /* For free() */ #include <stdio.h> /* Required by jcc.h */ --#include "gnu_regex.h" -+#include "gnuregex.h" - #include "jcc.h" /* For zalloc() */ - #undef DEBUG /* DEBUG macro use in this file is not */ - /* consistent with use in jcc.h */ + #include "gnu_regex.h" |