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

This commit is contained in:
Tobias Brunner
2012-03-27 09:10:33 +02:00
parent 008e2df477
commit adfd3b992f
+1 -1
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;