client: fix Linux compile errors

svn path=/trunk/boinc/; revision=24044
This commit is contained in:
Charlie Fenton 2011-08-25 08:21:32 +00:00
parent 164269ca00
commit 545a4ed0ec
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ inline bool match_tag(const std::string &s, const char* tag) {
#elif defined(__APPLE__)
#define boinc_strtoull strtoull
#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 *p;
unsigned long long y;