--- rxvt-unicode/src/iom.C 2004/02/13 12:16:21 1.14 +++ rxvt-unicode/src/iom.C 2004/03/28 02:07:08 1.15 @@ -201,7 +201,7 @@ #endif #if IOM_IO - fd_set rfd, wfd, efd; + fd_set rfd, wfd; FD_ZERO (&rfd); FD_ZERO (&wfd); @@ -220,7 +220,7 @@ if (!to && !fds) //TODO: also check idle_watchers and check_watchers break; // no events - fds = select (fds, &rfd, &wfd, &efd, to); + fds = select (fds, &rfd, &wfd, NULL, to); # if IOM_TIME set_now (); # endif