ports/www/junkbuster/files/patch-al
Volker Stolz 8fc67d6e16 Silence warnings about gnu/regex.h on -CURRENT.
Get rid of a bunch of patch-files which can be easily replaced by a
REINPLACE_CMD invocation.

PR:             ports/65975
Suggested by:   Andrey Slusar
Approved by:    linimon (mentor)
2004-04-30 13:54:03 +00:00

10 lines
309 B
Text

--- 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"