summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-dy
blob: 83ca8465737a6b5eb3bf5ca62ef32e7fe9f8c786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-dy,v 1.1 2006/06/27 11:11:52 joerg Exp $

--- nsprpub/pr/src/md/unix/uxwrap.c.orig	2006-06-26 14:38:09.000000000 +0000
+++ nsprpub/pr/src/md/unix/uxwrap.c
@@ -346,7 +346,7 @@ int poll(struct pollfd filedes[], int nf
 int poll(struct pollfd *filedes, nfds_t nfds, int timeout)
 #elif defined(OPENBSD)
 int poll(struct pollfd filedes[], nfds_t nfds, int timeout)
-#elif defined(FREEBSD)
+#elif defined(FREEBSD) || defined(DRAGONLFY)
 int poll(struct pollfd *filedes, unsigned nfds, int timeout)
 #else
 int poll(struct pollfd *filedes, unsigned long nfds, int timeout)