1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/mail/elmo-devel/files/patch-src_rstring.c
Adam Weinberger bf50eb44f2 Update to 1.2.0. Lots of tweaks. Much has changed since the
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.
2004-08-07 07:40:19 +00:00

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"