summaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-17 20:20:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-17 20:20:37 +0000
commitf1edb0759bceb5c9ed1bbe49efafb98f3474b91b (patch)
tree63f5ea44c76add6c1362675c564b4bb9a05b369b /www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
parent- Update to 1.3.16 (diff)
- Fix build on -CURRENT
PR: ports/86271 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=143023
Diffstat (limited to 'www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c')
-rw-r--r--www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c b/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
index 24127c47b93a..9ea4d2c45b86 100644
--- a/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
+++ b/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
@@ -1,6 +1,14 @@
--- cherokee/fdpoll-kqueue.c.orig Fri May 27 02:42:27 2005
-+++ cherokee/fdpoll-kqueue.c Mon Jul 11 15:41:35 2005
-@@ -92,7 +92,7 @@
++++ cherokee/fdpoll-kqueue.c Fri Sep 16 00:03:37 2005
+@@ -27,6 +27,7 @@
+ #include "fdpoll-protected.h"
+
+ #include <stdio.h>
++#include <sys/types.h>
+ #include <sys/event.h>
+ #include <sys/time.h>
+ #include <unistd.h>
+@@ -92,7 +93,7 @@
*/
index = fdp->nchanges;
if ( index > FDPOLL(fdp)->nfiles) {