summaryrefslogtreecommitdiff
path: root/pr/src/md
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2005-06-01 14:10:53 +0000
committercls%seawood.org <devnull@localhost>2005-06-01 14:10:53 +0000
commit0b270d4b837280fd6d036384c5f485ed3ce29d40 (patch)
tree87dd910d037674db4f1ab9af99275933f34a4ed3 /pr/src/md
parent67c861af661826f19ed0fc8834340728d46432bd (diff)
downloadnspr-hg-0b270d4b837280fd6d036384c5f485ed3ce29d40.tar.gz
Sync with NSPR 4.6
Bug #295761 a=shaver
Diffstat (limited to 'pr/src/md')
-rw-r--r--pr/src/md/unix/uxwrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/md/unix/uxwrap.c b/pr/src/md/unix/uxwrap.c
index 8f69de86..ef226a6b 100644
--- a/pr/src/md/unix/uxwrap.c
+++ b/pr/src/md/unix/uxwrap.c
@@ -345,7 +345,7 @@ int poll(struct pollfd filedes[], int nfds, int timeout)
#elif defined(NETBSD)
int poll(struct pollfd *filedes, nfds_t nfds, int timeout)
#elif defined(OPENBSD)
-int poll(struct pollfd *filedes, int nfds, int timeout)
+int poll(struct pollfd filedes[], nfds_t nfds, int timeout)
#elif defined(FREEBSD)
int poll(struct pollfd *filedes, unsigned nfds, int timeout)
#else