[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
    
        - Previous message: [dovecot-cvs] dovecot/src/lib alarm-hup.c,NONE,1.1 alarm-hup.h,NONE,1.1 Makefile.am,1.9,1.10 file-lock.c,1.2,1.3 ibuffer-data.c,1.3,1.4 ibuffer-file.c,1.3,1.4 ibuffer-mmap.c,1.7,1.8 ibuffer.c,1.6,1.7 ibuffer.h,1.2,1.3 iobuffer-internal.h,1.1,1.2 iobuffer.c,1.35,1.36 Message-Id: <20021028041828.CF3C22382D@danu.procontrol.fi>
 
        - Next message: [dovecot-cvs] dovecot ChangeLog,1.350,1.351
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
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"
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/lib alarm-hup.c,NONE,1.1 alarm-hup.h,NONE,1.1 Makefile.am,1.9,1.10 file-lock.c,1.2,1.3 ibuffer-data.c,1.3,1.4 ibuffer-file.c,1.3,1.4 ibuffer-mmap.c,1.7,1.8 ibuffer.c,1.6,1.7 ibuffer.h,1.2,1.3 iobuffer-internal.h,1.1,1.2 iobuffer.c,1.35,1.36 Message-Id: <20021028041828.CF3C22382D@danu.procontrol.fi>
 
	- Next message: [dovecot-cvs] dovecot ChangeLog,1.350,1.351
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list