Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/expat/lib/libexpat Try to fix the build: HAVE_G...
details: https://anonhg.NetBSD.org/src/rev/915fff45b19b
branches: trunk
changeset: 362024:915fff45b19b
user: martin <martin%NetBSD.org@localhost>
date: Sat Feb 26 10:16:35 2022 +0000
description:
Try to fix the build: HAVE_GETRANDOM does not compile
diffstat:
external/mit/expat/lib/libexpat/expat_config.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r d9036ac9aab1 -r 915fff45b19b external/mit/expat/lib/libexpat/expat_config.h
--- a/external/mit/expat/lib/libexpat/expat_config.h Sat Feb 26 03:02:25 2022 +0000
+++ b/external/mit/expat/lib/libexpat/expat_config.h Sat Feb 26 10:16:35 2022 +0000
@@ -24,7 +24,7 @@
#define HAVE_GETPAGESIZE 1
/* Define to 1 if you have the `getrandom' function. */
-#define HAVE_GETRANDOM 1
+/* #define HAVE_GETRANDOM 1 */
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
Home |
Main Index |
Thread Index |
Old Index