[dovecot-cvs] dovecot/src/lib ioloop-poll.c,1.28,1.29

cras at dovecot.org cras at dovecot.org
Sun Sep 25 13:20:42 EEST 2005


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv7033

Modified Files:
	ioloop-poll.c 
Log Message:
minor cleanup



Index: ioloop-poll.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/ioloop-poll.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- ioloop-poll.c	25 Sep 2005 10:19:51 -0000	1.28
+++ ioloop-poll.c	25 Sep 2005 10:20:40 -0000	1.29
@@ -42,9 +42,9 @@
         p_free(ioloop->pool, ioloop->handler_context);
 }
 
-#define IO_POLL_ERROR (POLLERR|POLLHUP|POLLNVAL)
-#define IO_POLL_INPUT (POLLIN|POLLPRI|IO_POLL_ERROR)
-#define IO_POLL_OUTPUT (POLLOUT|IO_POLL_ERROR)
+#define IO_POLL_ERROR (POLLERR | POLLHUP | POLLNVAL)
+#define IO_POLL_INPUT (POLLIN | POLLPRI | IO_POLL_ERROR)
+#define IO_POLL_OUTPUT (POLLOUT | IO_POLL_ERROR)
 
 void io_loop_handle_add(struct ioloop *ioloop, struct io *io)
 {



More information about the dovecot-cvs mailing list