mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
40ac7bbee8
PR: ports/7747 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
13 lines
257 B
Plaintext
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;
|