summaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-19 19:07:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-19 19:07:20 +0000
commit1281c8b7c08157b1213208daf60d8ce9e02a041c (patch)
tree23c8a919442ba28d4a89731e36600d29b844af28 /www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
parent- new option GNUSTEP_PREFIX (diff)
- Update to 0.4.30
PR: ports/92013 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=153894
Diffstat (limited to 'www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c')
-rw-r--r--www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c b/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
index 9ea4d2c45b86..07ecb82c1bab 100644
--- a/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
+++ b/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
@@ -8,12 +8,3 @@
#include <sys/event.h>
#include <sys/time.h>
#include <unistd.h>
-@@ -92,7 +93,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;