1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/japanese/onew/files/patch-aa

13 lines
257 B
Plaintext
Raw Normal View History

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