projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
NEWS: gcc-2.95 is no longer supported
[paraslash.git]
/
recv.c
diff --git
a/recv.c
b/recv.c
index ba1cfd20bba03651387e1bb1826baa0592ab2b46..95711f1fce1c4ea56f8bbe00ff829d5a8bbc401c 100644
(file)
--- a/
recv.c
+++ b/
recv.c
@@
-85,7
+85,7
@@
recv:
timeout.tv_usec = 1000 * 1000;
max = -1;
ret = r->pre_select(&rn, &rfds, &wfds, &timeout);
- max = MAX(max, ret);
+ max =
PARA_
MAX(max, ret);
PARA_DEBUG_LOG("timeout: %lums\n", tv2ms(&timeout));
ret = para_select(max + 1, &rfds, &wfds, &timeout);