mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
e2d1b6c116
Switch to Options-NG. Use makepatch for patchs. PR: 200039 Submitted by: takefu@airport.fm
12 lines
331 B
C++
12 lines
331 B
C++
--- src/qrunner/qrunner.cxx.orig 2015-03-21 00:29:04 UTC
|
|
+++ src/qrunner/qrunner.cxx
|
|
@@ -103,7 +103,7 @@ void qrunner::execute(int fd, void *arg)
|
|
return;
|
|
qr->inprog = true;
|
|
|
|
- size_t n = QRUNNER_READ(fd, rbuf, FIFO_SIZE);
|
|
+ ssize_t n = QRUNNER_READ(fd, rbuf, FIFO_SIZE);
|
|
switch (n) {
|
|
case -1:
|
|
if (!QRUNNER_EAGAIN()) {
|