Module Name: src
Committed By: rin
Date: Tue Nov 21 02:50:35 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: tre-match-approx.c tre-match-parallel.c
Log Message:
Some systems need <stdint.h> for SIZE_MAX.
No functional changes on NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/tre/dist/lib/tre-match-approx.c \
src/external/bsd/tre/dist/lib/tre-match-parallel.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/tre/dist/lib/tre-match-approx.c
diff -u src/external/bsd/tre/dist/lib/tre-match-approx.c:1.5 src/external/bsd/tre/dist/lib/tre-match-approx.c:1.6
--- src/external/bsd/tre/dist/lib/tre-match-approx.c:1.5 Sun Nov 19 14:03:35 2017
+++ src/external/bsd/tre/dist/lib/tre-match-approx.c Tue Nov 21 02:50:35 2017
@@ -30,6 +30,7 @@
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif /* HAVE_MALLOC_H */
+#include <stdint.h>
#include "tre-internal.h"
#include "tre-match-utils.h"
Index: src/external/bsd/tre/dist/lib/tre-match-parallel.c
diff -u src/external/bsd/tre/dist/lib/tre-match-parallel.c:1.5 src/external/bsd/tre/dist/lib/tre-match-parallel.c:1.6
--- src/external/bsd/tre/dist/lib/tre-match-parallel.c:1.5 Sun Nov 19 14:03:35 2017
+++ src/external/bsd/tre/dist/lib/tre-match-parallel.c Tue Nov 21 02:50:35 2017
@@ -44,6 +44,7 @@
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif /* HAVE_MALLOC_H */
+#include <stdint.h>
#include "tre-internal.h"
#include "tre-match-utils.h"