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

(-)a/src/absio.orig.c (-1 / +1 lines)
Lines 181-187 int tl_selectr(int sock, long int timeout) Link Here
181
            {
181
            {
182
                if ((rv == 0) && !cfg.stop && !cfg.rbreak && !FD_ISSET(sock, &readfds))
182
                if ((rv == 0) && !cfg.stop && !cfg.rbreak && !FD_ISSET(sock, &readfds))
183
                {
183
                {
184
                    char buf[32];
184
                    char buf[64];
185
                    int r;
185
                    int r;
186
                    char buf2[64];
186
                    char buf2[64];
187
187

Return to bug 450990