[dovecot-cvs] dovecot/src/lib ioloop-select.c,1.7,1.8

cras at procontrol.fi cras at procontrol.fi
Sat Dec 21 16:06:23 EET 2002


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv22009/lib

Modified Files:
	ioloop-select.c 
Log Message:
Don't define FD_SETSIZE actually, it should exist and it can be less than
1024 we used..



Index: ioloop-select.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/ioloop-select.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ioloop-select.c	21 Dec 2002 13:38:00 -0000	1.7
+++ ioloop-select.c	21 Dec 2002 14:06:21 -0000	1.8
@@ -34,10 +34,6 @@
 #include <sys/time.h>
 #include <unistd.h>
 
-#ifndef FD_SETSIZE
-#  define FD_SETSIZE 1024
-#endif
-
 struct _IOLoopHandlerData {
 	fd_set read_fds, write_fds;
 };




More information about the dovecot-cvs mailing list