[SVN-Commit] r1134 - in trunk: mail/thunderbird-esr/files mail/thunderbird/files www/firefox-esr/files www/firefox-nightly/files www/firefox/files www/seamonkey/files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Jan 9 08:12:08 UTC 2013


Author: jbeich
Date: Wed Jan  9 08:12:01 2013
New Revision: 1134

Log:
fix cosmetic typos

Modified:
   trunk/mail/thunderbird-esr/files/patch-bug828003
   trunk/mail/thunderbird/files/patch-bug828003
   trunk/www/firefox-esr/files/patch-bug828003
   trunk/www/firefox-nightly/files/patch-bug828003
   trunk/www/firefox/files/patch-bug828003
   trunk/www/seamonkey/files/patch-bug828003

Modified: trunk/mail/thunderbird-esr/files/patch-bug828003
==============================================================================
--- trunk/mail/thunderbird-esr/files/patch-bug828003	Wed Jan  9 00:34:22 2013	(r1133)
+++ trunk/mail/thunderbird-esr/files/patch-bug828003	Wed Jan  9 08:12:01 2013	(r1134)
@@ -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 PRUptrdiff uintptr_t;

Modified: trunk/mail/thunderbird/files/patch-bug828003
==============================================================================
--- trunk/mail/thunderbird/files/patch-bug828003	Wed Jan  9 00:34:22 2013	(r1133)
+++ trunk/mail/thunderbird/files/patch-bug828003	Wed Jan  9 08:12:01 2013	(r1134)
@@ -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;

Modified: trunk/www/firefox-esr/files/patch-bug828003
==============================================================================
--- trunk/www/firefox-esr/files/patch-bug828003	Wed Jan  9 00:34:22 2013	(r1133)
+++ trunk/www/firefox-esr/files/patch-bug828003	Wed Jan  9 08:12:01 2013	(r1134)
@@ -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 PRUptrdiff uintptr_t;

Modified: trunk/www/firefox-nightly/files/patch-bug828003
==============================================================================
--- trunk/www/firefox-nightly/files/patch-bug828003	Wed Jan  9 00:34:22 2013	(r1133)
+++ trunk/www/firefox-nightly/files/patch-bug828003	Wed Jan  9 08:12:01 2013	(r1134)
@@ -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;

Modified: trunk/www/firefox/files/patch-bug828003
==============================================================================
--- trunk/www/firefox/files/patch-bug828003	Wed Jan  9 00:34:22 2013	(r1133)
+++ trunk/www/firefox/files/patch-bug828003	Wed Jan  9 08:12:01 2013	(r1134)
@@ -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;

Modified: trunk/www/seamonkey/files/patch-bug828003
==============================================================================
--- trunk/www/seamonkey/files/patch-bug828003	Wed Jan  9 00:34:22 2013	(r1133)
+++ trunk/www/seamonkey/files/patch-bug828003	Wed Jan  9 08:12:01 2013	(r1134)
@@ -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;


More information about the freebsd-gecko mailing list