Dactyloidae/modules
athenian200 63e0d2e326 MoonchildProductions#1251 - Part 15: fdlibm should provide definition for u_int32_t and u_int64_t.
https://bugzilla.mozilla.org/show_bug.cgi?id=1350355

u_int32_t is not an stdint.h type. Windows already requires this, Solaris needs it too. If someone has a nit with this approach, the alternatives include:

1. Just replacing every instance of u_int32_t with uint32_t.

2. Including <sys/types.h> for Solaris only, which does define this.

3. Changing the original ifdef to be WIN32 || XP_SOLARIS

But it really doesn't matter how you solve this problem, all of the approaches are functionally equivalent, and this one has been used in Firefox since version 55. As far as I can tell, all it does is apply a fix that was being done for Windows already to any platform that needs it.
2019-11-04 11:52:36 +08:00
..
brotli import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
fdlibm MoonchildProductions#1251 - Part 15: fdlibm should provide definition for u_int32_t and u_int64_t. 2019-11-04 11:52:36 +08:00
freetype2 Update in-tree freetype2 lib (unused) to 2.9.1 2019-02-15 23:57:40 +08:00
libbz2 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
libjar MoonchildProductions#1251 - Part 7: All the posix_m* memory-related stuff, gathered together. 2019-11-04 11:52:22 +08:00
libmar Prevent double free in mar_sign.c 2019-02-16 00:22:17 +08:00
libpref Issue #1231 - Correct defines for Mac and keep universal prefs generic. 2019-10-25 12:00:03 +08:00
woff2 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
xz-embedded import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
zlib Update zlib to 1.2.11 2019-02-16 00:09:55 +08:00