]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE2-comm-select.patch
- new-style bcond, pl fixes
[packages/squid.git] / squid-2.5.STABLE2-comm-select.patch
CommitLineData
0e629470
MW
1Index: squid/src/comm_select.c
2diff -c squid/src/comm_select.c:1.53.2.5 squid/src/comm_select.c:1.53.2.6
3*** squid/src/comm_select.c:1.53.2.5 Fri Mar 7 15:50:08 2003
4--- squid/src/comm_select.c Sun May 11 07:42:22 2003
5***************
6*** 388,394 ****
7 statCounter.syscalls.polls++;
8 num = poll(pfds, nfds, msec);
9 statCounter.select_loops++;
10! if (num >= 0 || npending >= 0)
11 break;
12 if (ignoreErrno(errno))
13 continue;
14--- 388,394 ----
15 statCounter.syscalls.polls++;
16 num = poll(pfds, nfds, msec);
17 statCounter.select_loops++;
18! if (num >= 0 || npending > 0)
19 break;
20 if (ignoreErrno(errno))
21 continue;
This page took 0.038089 seconds and 4 git commands to generate.