1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/japanese/onew/files/patch-aa
Jun Kuriyama 40ac7bbee8 Fix for 3.0-current. (Caused by regex.h difference)
PR:		ports/7747
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1998-09-27 05:07:14 +00:00

13 lines
257 B
Plaintext

--- sys/regex.c.orig Fri Jun 30 13:56:01 1995
+++ ./sys/regex.c Wed Aug 26 03:14:57 1998
@@ -41,6 +41,9 @@
#include <stdio.h>
#include <sys/types.h>
#endif
+#if __FreeBSD__ >= 3
+#include <sys/types.h>
+#endif
#include <regex.h>
static regex_t REXP;