[dovecot-cvs] dovecot/src/lib ibuffer-file.c,1.4,1.5 iobuffer-internal.h,1.2,1.3 obuffer-file.c,1.11,1.12

cras at procontrol.fi cras at procontrol.fi
Mon Oct 28 06:21:17 EET 2002


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

Modified Files:
	ibuffer-file.c iobuffer-internal.h obuffer-file.c 
Log Message:
cleanups



Index: ibuffer-file.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/ibuffer-file.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ibuffer-file.c	28 Oct 2002 04:18:26 -0000	1.4
+++ ibuffer-file.c	28 Oct 2002 04:21:15 -0000	1.5
@@ -27,6 +27,7 @@
 #include "alarm-hup.h"
 #include "ibuffer-internal.h"
 
+#include <time.h>
 #include <unistd.h>
 #include <network.h>
 

Index: iobuffer-internal.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib/iobuffer-internal.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- iobuffer-internal.h	28 Oct 2002 04:18:26 -0000	1.2
+++ iobuffer-internal.h	28 Oct 2002 04:21:15 -0000	1.3
@@ -1,8 +1,6 @@
 #ifndef __IOBUFFER_INTERNAL_H
 #define __IOBUFFER_INTERNAL_H
 
-#include "ioloop.h" /* TimeoutFunc */
-
 /* This file is private to IBuffer and OBuffer implementation */
 
 typedef struct _IOBuffer _IOBuffer;

Index: obuffer-file.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/obuffer-file.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- obuffer-file.c	28 Oct 2002 04:18:26 -0000	1.11
+++ obuffer-file.c	28 Oct 2002 04:21:15 -0000	1.12
@@ -25,6 +25,7 @@
 
 #include "lib.h"
 #include "alarm-hup.h"
+#include "ioloop.h"
 #include "network.h"
 #include "sendfile-util.h"
 #include "ibuffer.h"




More information about the dovecot-cvs mailing list