Module Name:    src
Committed By:   martin
Date:           Sat Feb 26 10:16:35 UTC 2022

Modified Files:
        src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Try to fix the build: HAVE_GETRANDOM does not compile


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.9 src/external/mit/expat/lib/libexpat/expat_config.h:1.10
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.9	Fri Feb 25 21:52:47 2022
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Sat Feb 26 10:16:35 2022
@@ -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

Reply via email to