diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-08-21 12:25:58 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-08-21 12:25:58 +0000 |
| commit | 92eb71f03f0a23dd5b254839b5aa892fbf6021a7 (patch) | |
| tree | f3a1c8597e51b8163d0c589aec94aeba2ccedf00 | |
| parent | 935aa6d11211c698d392b89b05b4be7b757cd07b (diff) | |
Notes
| -rw-r--r-- | sys/sys/poll.h | 2 |
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 */ |
