summaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c')
-rw-r--r--www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c b/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
new file mode 100644
index 000000000000..24127c47b93a
--- /dev/null
+++ b/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
@@ -0,0 +1,11 @@
+--- 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 @@
+ */
+ index = fdp->nchanges;
+ if ( index > FDPOLL(fdp)->nfiles) {
+- PRINT_ERROR ("ERROR: Maximum number of fd exeeded\n");
++ PRINT_ERROR_S ("ERROR: Maximum number of fd exeeded\n");
+ return ret_error;
+ }
+ fdp->idx_fd_chlist[fd] = index;