diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-06-05 15:24:24 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-06-05 15:24:24 +0000 |
commit | fbccaad703e9bf25a4e0878d5fff7ea44f37321c (patch) | |
tree | 19d5da6a0922883f7b3edcdcbd5e4d81041cc73d /misc/findutils | |
parent | 4c0cf05360861c4b42b3c6fefe868c94b9d7927c (diff) | |
download | ports-fbccaad703e9bf25a4e0878d5fff7ea44f37321c.tar.gz ports-fbccaad703e9bf25a4e0878d5fff7ea44f37321c.zip |
Notes
Diffstat (limited to 'misc/findutils')
-rw-r--r-- | misc/findutils/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/findutils/files/patch-ab b/misc/findutils/files/patch-ab new file mode 100644 index 000000000000..546f317d9ea2 --- /dev/null +++ b/misc/findutils/files/patch-ab @@ -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. */ |