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

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/96022c254270
changeset: 8106:96022c254270
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 f43a070bc231 -r 96022c254270 src/lib/ioloop-select.c
--- a/src/lib/ioloop-select.c	Fri Jan 16 14:23:10 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