Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 555776
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 lines)
Line  Link Here
before use
before use
Line 2 Link Here
2
--
3
os/WaitFor.c | 1 +
94
os/WaitFor.c | 1 +
4
1 file changed, 1 insertion(+)
95
1 file changed, 1 insertion(+)
(-)a/os/WaitFor.c (-1 / +1 lines)
Lines 158-163 WaitForSomething(int *pClientsReady) Link Here
158
    Bool someReady = FALSE;
158
    Bool someReady = FALSE;
159
159
160
    FD_ZERO(&clientsReadable);
160
    FD_ZERO(&clientsReadable);
161
    FD_ZERO(&clientsWritable);
161
162
162
    if (nready)
163
    if (nready)
163
        SmartScheduleStopTimer();
164
        SmartScheduleStopTimer();
164
- 

Return to bug 555776