aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c b/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
deleted file mode 100644
index 24127c47b93a..000000000000
--- a/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;