rpms/boinc-client/devel boinc-gcc44.patch,1.1,1.2

Miloš Jakubíček mjakubicek at fedoraproject.org
Sun Feb 15 22:31:47 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/boinc-client/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9146

Modified Files:
	boinc-gcc44.patch 
Log Message:
- Updated gcc 4.4 patch



boinc-gcc44.patch:

Index: boinc-gcc44.patch
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-gcc44.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boinc-gcc44.patch	3 Feb 2009 23:59:05 -0000	1.1
+++ boinc-gcc44.patch	15 Feb 2009 22:31:47 -0000	1.2
@@ -8,3 +8,25 @@
  #include <vector>
  #include "util.h"
  
+--- lib/str_util.h.orig	2009-02-05 17:24:36.000000000 +0100
++++ lib/str_util.h	2009-02-05 17:28:46.000000000 +0100
+@@ -38,7 +38,7 @@
+ #endif
+ 
+ #if !defined(HAVE_STRCASESTR)
+-extern char *strcasestr(const char *s1, const char *s2);
++extern const char *strcasestr(const char *s1, const char *s2);
+ #endif
+ 
+ extern int ndays_to_string(double x, int smallest_timescale, char *buf);
+--- sched/sched_util.cpp.orig	2009-02-05 17:34:18.000000000 +0100
++++ sched/sched_util.cpp	2009-02-05 17:39:20.000000000 +0100
+@@ -104,7 +104,7 @@
+ #else
+ int try_fopen(const char* path, FCGI_FILE*& f, const char *mode) {
+ #endif
+-    char* p;
++    const char* p;
+     DIR* d;
+     char dirpath[256];
+ 




More information about the fedora-extras-commits mailing list