smp: Use proper signed type to get return value of read(2).

This commit is contained in:
Tobias Brunner 2012-03-22 16:11:39 +01:00
parent 008e2df477
commit adfd3b992f

View File

@ -627,7 +627,7 @@ static job_requeue_t process(int *fdp)
int fd = *fdp;
bool oldstate;
char buffer[4096];
size_t len;
ssize_t len;
xmlTextReaderPtr reader;
char *id = NULL, *type = NULL;