[csw-devel] SF.net SVN: gar:[5483] csw/mgar/pkg/firefox/branches/firefox3.5-packaging/ files

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Wed Jul 1 22:48:25 CEST 2009


Revision: 5483
          http://gar.svn.sourceforge.net/gar/?rev=5483&view=rev
Author:   wbonnet
Date:     2009-07-01 20:48:25 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
Update patches

Modified Paths:
--------------
    csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/jemalloc.c.diff

Added Paths:
-----------
    csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/jsstdint.h.diff

Modified: csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/jemalloc.c.diff
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/jemalloc.c.diff	2009-07-01 20:35:21 UTC (rev 5482)
+++ csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/jemalloc.c.diff	2009-07-01 20:48:25 UTC (rev 5483)
@@ -1,11 +1,11 @@
 diff --speed-large-files --minimal -Nru firefox.orig/memory/jemalloc/jemalloc.c firefox/memory/jemalloc/jemalloc.c
---- firefox.orig/memory/jemalloc/jemalloc.c        2008-07-23 09:47:24.000000000 +0000
-+++ firefox/memory/jemalloc/jemalloc.c  2008-11-23 14:42:59.780371100 +0000
-@@ -255,6 +255,15 @@
+--- firefox.orig/memory/jemalloc/jemalloc.c        2009-07-01 22:39:00.951845547 +0200
++++ firefox/memory/jemalloc/jemalloc.c             2009-07-01 22:46:59.327275977 +0200
+@@ -306,6 +306,15 @@
  #define        MALLOC_DECOMMIT
  #endif
 
-+#ifdef MOZ_MEMORY_SOLARIS
++#ifdef MOZ_MEMORY_SOLARIS_WRONG_IFDEF
 +#define issetugid() 0
 +char *strerror_r(int errnum, char *buf, size_t buflen)
 +{
@@ -17,7 +17,7 @@
  #ifndef MOZ_MEMORY_WINDOWS
  #ifndef MOZ_MEMORY_SOLARIS
  #include <sys/cdefs.h>
-@@ -312,9 +321,9 @@
+@@ -362,9 +371,9 @@
  #endif
  #include <sched.h>
  #include <stdarg.h>

Added: csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/jsstdint.h.diff
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/jsstdint.h.diff	                        (rev 0)
+++ csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/jsstdint.h.diff	2009-07-01 20:48:25 UTC (rev 5483)
@@ -0,0 +1,20 @@
+diff --speed-large-files --minimal -Nru firefox.orig/js/src/jsstdint.h firefox/js/src/jsstdint.h
+--- firefox.orig/js/src/jsstdint.h        2009-07-01 22:39:15.421938172 +0200
++++ firefox/js/src/jsstdint.h             2009-07-01 20:08:03.165893622 +0200
+@@ -53,11 +53,11 @@
+    use those.  */
+ #elif defined(JS_INT8_TYPE)
+
+-typedef signed   JS_INT8_TYPE   int8_t;
+-typedef signed   JS_INT16_TYPE  int16_t;
+-typedef signed   JS_INT32_TYPE  int32_t;
+-typedef signed   JS_INT64_TYPE  int64_t;
+-typedef signed   JS_INTPTR_TYPE intptr_t;
++typedef JS_INT8_TYPE   int8_t;
++typedef JS_INT16_TYPE  int16_t;
++typedef JS_INT32_TYPE  int32_t;
++typedef JS_INT64_TYPE  int64_t;
++typedef JS_INTPTR_TYPE intptr_t;
+
+ typedef unsigned JS_INT8_TYPE   uint8_t;
+ typedef unsigned JS_INT16_TYPE  uint16_t;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list