rpms/xulrunner/devel crashreporter-gcc43.patch,1.2,1.3

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Sat Mar 8 18:16:53 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/xulrunner/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25358

Modified Files:
	crashreporter-gcc43.patch 
Log Message:
another attempt at fixing the build


crashreporter-gcc43.patch:

Index: crashreporter-gcc43.patch
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/crashreporter-gcc43.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crashreporter-gcc43.patch	8 Mar 2008 06:56:08 -0000	1.2
+++ crashreporter-gcc43.patch	8 Mar 2008 18:16:49 -0000	1.3
@@ -1,15 +1,31 @@
+Index: toolkit/crashreporter/nsExceptionHandler.cpp
+===================================================================
+RCS file: /cvsroot/mozilla/toolkit/crashreporter/nsExceptionHandler.cpp,v
+retrieving revision 1.36
+diff -d -u -p -r1.36 nsExceptionHandler.cpp
+--- toolkit/crashreporter/nsExceptionHandler.cpp	9 Feb 2008 02:40:47 -0000	1.36
++++ toolkit/crashreporter/nsExceptionHandler.cpp	8 Mar 2008 17:23:54 -0000
+@@ -66,7 +66,7 @@
+ #endif
+ 
+ #include <stdlib.h>
+-#include <time.h>
++#include <ctime>
+ #include <prenv.h>
+ #include <prio.h>
+ #include <prmem.h>
 Index: toolkit/crashreporter/client/crashreporter_linux.cpp
 ===================================================================
 RCS file: /cvsroot/mozilla/toolkit/crashreporter/client/crashreporter_linux.cpp,v
 retrieving revision 1.16
 diff -d -u -p -r1.16 crashreporter_linux.cpp
 --- toolkit/crashreporter/client/crashreporter_linux.cpp	7 Mar 2008 22:17:17 -0000	1.16
-+++ toolkit/crashreporter/client/crashreporter_linux.cpp	8 Mar 2008 05:48:24 -0000
++++ toolkit/crashreporter/client/crashreporter_linux.cpp	8 Mar 2008 17:23:54 -0000
 @@ -47,6 +47,7 @@
  
  #include <algorithm>
  #include <cctype>
-+#include <cstring>
++#include <climits>
  
  #include <signal.h>
  




More information about the fedora-extras-commits mailing list