Files
Robert Shaw 011d8e6f94 new port: junkbuster: Internet Junk Buster 2.0.2 with zlib compression
version 1.1 with patches/features obtained from the FreeBSD port.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@10273 d073be05-634f-4543-b044-5fe20cf6d1d6
2005-01-07 19:23:18 +00:00

16 lines
538 B
C

diff -urN ../ijb-zlib-11.orig/ssplit.c ./ssplit.c
--- ../ijb-zlib-11.orig/ssplit.c Thu Aug 3 23:39:24 2000
+++ ./ssplit.c Thu Jan 6 15:38:45 2005
@@ -22,9 +22,10 @@
* 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 */