summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/poll.h b/sys/sys/poll.h
index a2ba6de38940..9358c122226a 100644
--- a/sys/sys/poll.h
+++ b/sys/sys/poll.h
@@ -100,7 +100,7 @@ __BEGIN_DECLS
* XXX poll() has "unsigned long" nfds on SVR4, not unsigned as on the
* other BSDs.
*/
-int poll __P((struct pollfd *_pfd, unsigned _nfds, int _timeout));
+int poll __P((struct pollfd *_pfd, unsigned int _nfds, int _timeout));
__END_DECLS
#endif /* !_KERNEL */