mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
af4f260a20
- cleanup Makefile to keep portlint happy - regenerate patches to keep portlint happy PR: 238610 Submitted by: Thomas Merkel <tm@NetBSD.org>
12 lines
273 B
C
12 lines
273 B
C
--- 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;
|