dovecot-2.0: configure wasn't compiling fd pass checking program...

dovecot at dovecot.org dovecot at dovecot.org
Fri Jul 16 14:56:53 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/fd79394f7652
changeset: 11838:fd79394f7652
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jul 16 12:56:50 2010 +0100
description:
configure wasn't compiling fd pass checking program correctly.

diffstat:

 src/lib/fdpass.c |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r d0f032ea0aec -r fd79394f7652 src/lib/fdpass.c
--- a/src/lib/fdpass.c	Fri Jul 16 12:20:09 2010 +0100
+++ b/src/lib/fdpass.c	Fri Jul 16 12:56:50 2010 +0100
@@ -39,6 +39,13 @@
 
 #include "fdpass.h"
 
+#ifndef HAVE_CONFIG_H
+struct const_iovec {
+	const void *iov_base;
+	size_t iov_len;
+};
+#endif
+
 /* RFC 2292 defines CMSG_*() macros, but some operating systems don't have them
    so we'll define our own if they don't exist.
 


More information about the dovecot-cvs mailing list