From d8446c554ad996a98a25dbeefd84b8e44ca4056b Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Tue, 24 Sep 2002 11:24:29 +0000 Subject: Fix build by properly defining an argument that is used for poll(2). Noticed by: bento --- comms/tits/files/patch-dispatcher.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 comms/tits/files/patch-dispatcher.c (limited to 'comms/tits') diff --git a/comms/tits/files/patch-dispatcher.c b/comms/tits/files/patch-dispatcher.c new file mode 100644 index 000000000000..faccdbccfbc0 --- /dev/null +++ b/comms/tits/files/patch-dispatcher.c @@ -0,0 +1,11 @@ +--- dispatcher.c.orig Tue Sep 24 13:21:42 2002 ++++ dispatcher.c Tue Sep 24 13:23:15 2002 +@@ -131,7 +131,7 @@ + struct context *ctx; + struct client_ctx *cc; + struct pollfd *pf; +- nfds_t pfds; ++ unsigned int pfds; + int nfds, errcnt = 0; + + while (!TAILQ_EMPTY(&contexts)) { -- cgit v1.2.3