[csw-devel] SF.net SVN: gar:[5549] csw/mgar/pkg/firefox/branches/firefox3-packaging
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Wed Jul 8 20:00:33 CEST 2009
Revision: 5549
http://gar.svn.sourceforge.net/gar/?rev=5549&view=rev
Author: wbonnet
Date: 2009-07-08 18:00:33 +0000 (Wed, 08 Jul 2009)
Log Message:
-----------
Replace spaces by tabs
Modified Paths:
--------------
csw/mgar/pkg/firefox/branches/firefox3-packaging/checksums
csw/mgar/pkg/firefox/branches/firefox3-packaging/files/jemalloc.c.diff
Modified: csw/mgar/pkg/firefox/branches/firefox3-packaging/checksums
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3-packaging/checksums 2009-07-08 17:49:45 UTC (rev 5548)
+++ csw/mgar/pkg/firefox/branches/firefox3-packaging/checksums 2009-07-08 18:00:33 UTC (rev 5549)
@@ -4,7 +4,7 @@
c869762735a41bb30f417e510ccb7f31 download/configure.diff
a71a4afaabc4d067f30d8fb184fea520 download/file_id.cc.diff
b509f7c05e9566ed290e2c098316c7c3 download/firefox-3.0.11-source.tar.bz2
-759736d9c7ce8ab8616147843bd179bd download/jemalloc.c.diff
+a19792f0b67f28c9227d19d069369369 download/jemalloc.c.diff
18b0cdc902caa4172b7f2d473239c9a9 download/md5.h.diff
1a3d61e09378d28d9bc9f3df45a224bc download/nsExceptionHandler.cpp.diff
ca4162516d8c09deaa9f0b6f3b3ecffb download/nsMathUtils.h.diff
Modified: csw/mgar/pkg/firefox/branches/firefox3-packaging/files/jemalloc.c.diff
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3-packaging/files/jemalloc.c.diff 2009-07-08 17:49:45 UTC (rev 5548)
+++ csw/mgar/pkg/firefox/branches/firefox3-packaging/files/jemalloc.c.diff 2009-07-08 18:00:33 UTC (rev 5549)
@@ -1,6 +1,6 @@
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
+--- firefox.orig/memory/jemalloc/jemalloc.c 2009-07-08 19:50:45.390553748 +0200
++++ firefox/memory/jemalloc/jemalloc.c 2009-07-08 19:51:32.355474070 +0200
@@ -312,9 +312,9 @@
#endif
#include <sched.h>
@@ -16,12 +16,13 @@
@@ -422,6 +422,12 @@
#endif
#endif
-
-+#define issetugid() 0
-+char *strerror_r(int errnum, char *buf, size_t buflen)
-+{
-+ strncpy(buf, strerror(errnum), buflen);
-+}
+
++#define issetugid() 0
++char *strerror_r(int errnum, char *buf, size_t buflen)
++{
++ strncpy(buf, strerror(errnum), buflen);
++}
+
- #define SIZEOF_PTR (1U << SIZEOF_PTR_2POW)
+ #define SIZEOF_PTR (1U << SIZEOF_PTR_2POW)
+ /* sizeof(int) == (1U << SIZEOF_INT_2POW). */
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