mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
bf50eb44f2
previous version. This port hasn't been updated since it was committed, and the maintainer hasn't responded to any messages I've sent about it, so I'm removing him as maintainer. I'll hold maintainership of this port for a little bit in case the former maintainer wants it back.
19 lines
381 B
C
19 lines
381 B
C
--- src/rstring.c.orig Sat Aug 7 03:01:05 2004
|
|
+++ src/rstring.c Sat Aug 7 03:02:12 2004
|
|
@@ -30,7 +30,6 @@
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
#include <sys/types.h>
|
|
-#include <regex.h>
|
|
#include <errno.h>
|
|
#include <ctype.h>
|
|
|
|
@@ -38,6 +37,7 @@
|
|
#include "rarray.h"
|
|
#include "rstring.h"
|
|
#include "error.h"
|
|
+#include <regex.h>
|
|
#include "memchunk.h"
|
|
#include "str.h"
|
|
|