mirror of https://github.com/BOINC/boinc.git
scheduler: fix FCGI build
This commit is contained in:
parent
49c49c6db8
commit
3d447b02b6
|
@ -132,6 +132,8 @@ void COPROC::write_request(MIOFILE& f) {
|
|||
);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
int COPROC::parse(XML_PARSER& xp) {
|
||||
char buf[256];
|
||||
strcpy(type, "");
|
||||
|
@ -161,8 +163,6 @@ int COPROC::parse(XML_PARSER& xp) {
|
|||
return ERR_XML_PARSE;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void COPROCS::summary_string(char* buf, int len) {
|
||||
char buf2[1024];
|
||||
|
||||
|
|
Loading…
Reference in New Issue