aboutsummaryrefslogtreecommitdiff
path: root/comms/tits/files/patch-dispatcher.c
blob: 9e16bc09970642665d644dc0e408adbecea918db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- dispatcher.c.orig	2006-03-19 11:34:47 UTC
+++ dispatcher.c
@@ -237,7 +237,7 @@ dispatcher_mainloop(void)
 	struct context *ctx;
 	struct client_ctx *cc;
 	struct pollfd *pf;
-	nfds_t pfds;
+	unsigned int pfds;
 	int nfds, errcnt = 0;
 	int timeout;
 	time_t delta = 0;