dovecot-1.2: Previous changes broke compiling with select ioloop.

dovecot at dovecot.org dovecot at dovecot.org
Sat Jan 17 18:58:04 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/bf53ab94db72
changeset: 8644:bf53ab94db72
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jan 17 11:57:56 2009 -0500
description:
Previous changes broke compiling with select ioloop.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
src/lib/ioloop-select.c |    3 ++-

diffs (13 lines):

diff -r 97a350198a4f -r bf53ab94db72 src/lib/ioloop-select.c
--- a/src/lib/ioloop-select.c	Fri Jan 16 14:21:25 2009 -0500
+++ b/src/lib/ioloop-select.c	Sat Jan 17 11:57:56 2009 -0500
@@ -37,7 +37,8 @@ static void update_highest_fd(struct iol
 	}
 }
 
-void io_loop_handler_init(struct ioloop *ioloop)
+void io_loop_handler_init(struct ioloop *ioloop,
+			  unsigned int initial_fd_count ATTR_UNUSED)
 {
 	struct ioloop_handler_context *ctx;
 


More information about the dovecot-cvs mailing list