summaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-12 08:08:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-12 08:08:20 +0000
commit3d9dda433c5376f72502292839def642a5bbea6b (patch)
tree46b0bf83a20bbd658c22ae5988b3d2f29aeb6dd1 /www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
parentAdd rename. (diff)
- Update to 0.4.24
PR: ports/83274 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=138959
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;