--- sendserver-orig.c 2010-03-23 13:29:59.000000000 +0100 +++ sendserver.c 2010-03-23 13:30:13.000000000 +0100 @@ -314,7 +314,7 @@ start_time = rc_getctime(); for (timeout = data->timeout; timeout > 0; timeout -= rc_getctime() - start_time) { - result = poll(&pfd, 1, timeout * 1000000); + result = poll(&pfd, 1, timeout * 1000); if (result != -1 || errno != EINTR) break; }