Module Name:    src
Committed By:   martin
Date:           Mon Sep 23 06:56:57 UTC 2019

Modified Files:
        src/external/mit/expat/lib/libexpat [netbsd-8]: expat_config.h

Log Message:
Pull up following revision(s) (requested by maya in ticket #1384):

        external/mit/expat/lib/libexpat/expat_config.h: revision 1.7

Actually define BYTEORDER since it is used.


To generate a diff of this commit:
cvs rdiff -u -r1.4.4.1 -r1.4.4.2 \
    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.4.4.1 src/external/mit/expat/lib/libexpat/expat_config.h:1.4.4.2
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.4.4.1	Tue Sep 17 18:50:07 2019
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Mon Sep 23 06:56:57 2019
@@ -4,6 +4,10 @@
 /* Define if building universal (internal helper macro) */
 /* #undef AC_APPLE_UNIVERSAL_BUILD */
 
+/* 1234 = LILENDIAN, 4321 = BIGENDIAN */
+#include <endian.h>
+#define BYTEORDER _BYTE_ORDER
+
 /* Define to 1 if you have the `arc4random' function. */
 /* #undef HAVE_ARC4RANDOM */
 

Reply via email to