diff options
Diffstat (limited to 'www/firefox/files/patch-bug828003')
-rw-r--r-- | www/firefox/files/patch-bug828003 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/files/patch-bug828003 b/www/firefox/files/patch-bug828003 index f30c317d81ee..3ec412894f74 100644 --- a/www/firefox/files/patch-bug828003 +++ b/www/firefox/files/patch-bug828003 @@ -4,13 +4,13 @@ #include "mozilla/StandardInteger.h" /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ -+/* stdint.h defines int*_t and uintptr_t */ ++/* StandardInteger.h defines int*_t and uintptr_t */ -#if defined (__SVR4) && defined (__sun) -/* int_types.h gets included somehow, so avoid redefining the types differently */ -#include <sys/int_types.h> -#elif defined (_AIX) -+#if defined (_AIX) ++#if defined(_AIX) #include <sys/types.h> -#elif defined(__OpenBSD__) -#include <inttypes.h> @@ -26,7 +26,7 @@ - -#ifdef __OS2__ -/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ -+#elif __OS2__ ++#elif defined(__OS2__) #include <stdlib.h> -#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) -typedef unsigned long uintptr_t; |