[dovecot-cvs] dovecot/src/lib-mail istream-header-filter.c, 1.29,
	1.30
    cras at dovecot.org 
    cras at dovecot.org
       
    Sun Oct  9 12:55:36 EEST 2005
    
        - Previous message: [dovecot-cvs] dovecot/src/lib istream-data.c, 1.13,
	1.14 istream-file.c, 1.24, 1.25 istream-internal.h, 1.8,
	1.9 istream-limit.c, 1.15, 1.16 istream-mmap.c, 1.17,
	1.18 istream-seekable.c, 1.5, 1.6 istream.c, 1.30,
	1.31 istream.h, 1.19, 1.20 ostream-file.c, 1.53, 1.54
 
        - Next message: [dovecot-cvs] 
	dovecot/src/lib-storage/index/mbox istream-raw-mbox.c, 1.32,
	1.33 mbox-sync.c, 1.171, 1.172
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /var/lib/cvs/dovecot/src/lib-mail
In directory talvi:/tmp/cvs-serv9205/lib-mail
Modified Files:
	istream-header-filter.c 
Log Message:
Added exact parameter to i_stream_stat()
Index: istream-header-filter.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-mail/istream-header-filter.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- istream-header-filter.c	30 Sep 2005 20:10:42 -0000	1.29
+++ istream-header-filter.c	9 Oct 2005 09:55:34 -0000	1.30
@@ -278,7 +278,8 @@
 	i_panic("istream-header-filter sync() not implemented");
 }
 
-static const struct stat *_stat(struct _istream *stream)
+static const struct stat *
+_stat(struct _istream *stream, int exact __attr_unused__)
 {
 	/* return size and others as unknown */
 	return &stream->statbuf;
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/lib istream-data.c, 1.13,
	1.14 istream-file.c, 1.24, 1.25 istream-internal.h, 1.8,
	1.9 istream-limit.c, 1.15, 1.16 istream-mmap.c, 1.17,
	1.18 istream-seekable.c, 1.5, 1.6 istream.c, 1.30,
	1.31 istream.h, 1.19, 1.20 ostream-file.c, 1.53, 1.54
 
	- Next message: [dovecot-cvs] 
	dovecot/src/lib-storage/index/mbox istream-raw-mbox.c, 1.32,
	1.33 mbox-sync.c, 1.171, 1.172
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list