1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

In MAINTAINER's words: (patch-ab) resolves a redefintion of a macro.

(to lib/regex.h).
This commit is contained in:
Tim Vanderhoek 2000-06-05 15:24:24 +00:00
parent 4c0cf05360
commit fbccaad703
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29231

View File

@ -0,0 +1,10 @@
--- lib/regex.h.orig Thu Feb 10 12:27:41 2000
+++ lib/regex.h Thu Feb 10 12:26:55 2000
@@ -23,6 +23,7 @@
/* POSIX says that <sys/types.h> must be included (by the caller) before
<regex.h>. */
+#include <sys/syslimits.h>
#ifdef VMS
/* VMS doesn't have `size_t' in <sys/types.h>, even though POSIX says it
should be there. */