expat: update to 2.2.9

This commit is contained in:
Tom G. Christensen
2020-02-09 14:54:46 +01:00
parent 4b0f3d9524
commit a518a2c10c
5 changed files with 21 additions and 17 deletions

View File

@@ -1,11 +0,0 @@
--- expat-2.2.5/lib/siphash.h.stdint_h 2017-09-03 16:47:40.000000000 +0200
+++ expat-2.2.5/lib/siphash.h 2018-04-08 12:52:11.539331000 +0200
@@ -93,7 +93,7 @@
typedef unsigned __int32 uint32_t;
typedef unsigned __int64 uint64_t;
#else
- #include <stdint.h> /* uint64_t uint32_t uint8_t */
+ #include <sys/types.h> /* uint64_t uint32_t uint8_t */
#endif

View File

@@ -0,0 +1,11 @@
--- expat-2.2.9/lib/siphash.h.stdint_h 2019-09-21 17:23:24.000000000 +0000
+++ expat-2.2.9/lib/siphash.h 2020-02-08 21:15:30.156684000 +0000
@@ -103,7 +103,7 @@
typedef unsigned __int32 uint32_t;
typedef unsigned __int64 uint64_t;
#else
-# include <stdint.h> /* uint64_t uint32_t uint8_t */
+# include <sys/types.h> /* uint64_t uint32_t uint8_t */
#endif
/*