From: Willy Tarreau Date: Sun, 8 Apr 2007 07:32:47 +0000 (+0200) Subject: [MINOR] pollers should not use MY_FD_* X-Git-Tag: v1.3.9~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3107b9383d93c1cf18cbda9c0dc457f8896e48a;p=thirdparty%2Fhaproxy.git [MINOR] pollers should not use MY_FD_* --- diff --git a/src/fd.c b/src/fd.c index c7759c0d6d..5fd3c27c0f 100644 --- a/src/fd.c +++ b/src/fd.c @@ -163,16 +163,16 @@ int epoll_loop(int action) sr = (rn >> count) & 1; sw = (wn >> count) & 1; #else - pr = MY_FD_ISSET(fd&((1<> count) & 1; sw = (wn >> count) & 1; #else - sr = MY_FD_ISSET(fd&((1<