mirror of https://github.com/BOINC/boinc.git
client: fix Linux compile errors
svn path=/trunk/boinc/; revision=24044
This commit is contained in:
parent
164269ca00
commit
545a4ed0ec
|
@ -84,7 +84,7 @@ inline bool match_tag(const std::string &s, const char* tag) {
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
#define boinc_strtoull strtoull
|
#define boinc_strtoull strtoull
|
||||||
#else
|
#else
|
||||||
inline unsigned long long strtoull(const char *s, char **, int) {
|
inline unsigned long long boinc_strtoull(const char *s, char **, int) {
|
||||||
char buf[64];
|
char buf[64];
|
||||||
char *p;
|
char *p;
|
||||||
unsigned long long y;
|
unsigned long long y;
|
||||||
|
|
Loading…
Reference in New Issue