[dovecot-cvs] dovecot/src/lib istream-file.c, 1.31, 1.32 istream-internal.h, 1.13, 1.14 istream.c, 1.38, 1.39

tss at dovecot.org tss at dovecot.org
Sat Mar 31 11:42:39 EEST 2007


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

Modified Files:
	istream-file.c istream-internal.h istream.c 
Log Message:
Moved I_STREAM_MIN_SIZE to header



Index: istream-file.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/istream-file.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- istream-file.c	31 Mar 2007 08:37:54 -0000	1.31
+++ istream-file.c	31 Mar 2007 08:42:36 -0000	1.32
@@ -11,8 +11,6 @@
 #include <unistd.h>
 #include <sys/stat.h>
 
-#define I_STREAM_MIN_SIZE 4096
-
 struct file_istream {
 	struct _istream istream;
 

Index: istream-internal.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/istream-internal.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- istream-internal.h	31 Mar 2007 08:37:54 -0000	1.13
+++ istream-internal.h	31 Mar 2007 08:42:36 -0000	1.14
@@ -4,6 +4,8 @@
 #include "istream.h"
 #include "iostream-internal.h"
 
+#define I_STREAM_MIN_SIZE 4096
+
 struct _istream {
 /* inheritance: */
 	struct _iostream iostream;

Index: istream.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/istream.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- istream.c	31 Mar 2007 08:37:54 -0000	1.38
+++ istream.c	31 Mar 2007 08:42:36 -0000	1.39
@@ -5,8 +5,6 @@
 #include "str.h"
 #include "istream-internal.h"
 
-#define I_STREAM_MIN_SIZE 512
-
 void i_stream_destroy(struct istream **stream)
 {
 	i_stream_close(*stream);



More information about the dovecot-cvs mailing list