client: fix Linux compile errors

svn path=/trunk/boinc/; revision=24045
This commit is contained in:
Charlie Fenton 2011-08-25 08:32:56 +00:00
parent 545a4ed0ec
commit 01c4bb35c0
2 changed files with 4 additions and 4 deletions

View File

@ -5039,8 +5039,8 @@ Charlie 24 Aug 2011
- lib: On Windows, call _strtoui64() instead of strtoull.
lib/
parse.h
coproc.cpp
parse.h
client/
coproc_detect.cpp
@ -5070,4 +5070,5 @@ Charlie 25 Aug 2011
client/
coproc_detect.cpp
lib/
coproc.cpp
parse.h

View File

@ -153,6 +153,8 @@ int COPROC::parse(XML_PARSER& xp) {
return ERR_XML_PARSE;
}
#endif
int COPROC::parse_opencl(XML_PARSER& xp) {
char buf[1024];
int n;
@ -211,9 +213,6 @@ int COPROC::parse_opencl(XML_PARSER& xp) {
return ERR_XML_PARSE;
}
#endif
void COPROCS::summary_string(char* buf, int len) {
char bigbuf[8192], buf2[1024];