Ticket #854: boinc-gcc44.patch
File boinc-gcc44.patch, 528 bytes (added by , 15 years ago) |
---|
-
lib/str_util.h
old new 24 24 #include <cstring> 25 25 #include <string> 26 26 #include <vector> 27 #include "config.h" 27 28 28 29 #define KILO (1024.0) 29 30 #define MEGA (1048576.0) … … 38 39 #endif 39 40 40 41 #if !defined(HAVE_STRCASESTR) 41 extern c har *strcasestr(const char *s1, const char *s2);42 extern const char *strcasestr(const char *s1, const char *s2); 42 43 #endif 43 44 44 45 extern int ndays_to_string(double x, int smallest_timescale, char *buf);