--- gvpe/src/iom.C 2004/03/28 01:43:50 1.18 +++ gvpe/src/iom.C 2004/03/28 01:53:33 1.19 @@ -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