1 --- dispatcher.c.orig 2006-03-19 11:34:47 UTC 2 +++ dispatcher.c 3 @@ -237,7 +237,7 @@ dispatcher_mainloop(void) 4 struct context *ctx; 5 struct client_ctx *cc; 6 struct pollfd *pf; 7 - nfds_t pfds; 8 + unsigned int pfds; 9 int nfds, errcnt = 0; 10 int timeout; 11 time_t delta = 0; 12