[Dovecot] [PATCH] dovecot-1.2: fix build with Sun C compiler

Andrey Panin pazke at donpac.ru
Tue Nov 18 09:40:23 EET 2008


This small patch fixes dovecot-1.2 build with Sun C compiler.

-------------- next part --------------
# HG changeset patch
# User Andrey Panin <pazke at donpac.ru>
# Date 1226930237 0
# Node ID f1457d1f761a52fdbbb20faf52e06100c93725a0
# Parent  dfe39e9a9e783a7a1060721c2247689bcdd0b743
Fix build error with Sun C compiler.

diff -r dfe39e9a9e78 -r f1457d1f761a src/lib-storage/index/shared/shared-list.c
--- a/src/lib-storage/index/shared/shared-list.c	Sun Nov 16 19:20:28 2008 +0200
+++ b/src/lib-storage/index/shared/shared-list.c	Mon Nov 17 13:57:17 2008 +0000
@@ -252,6 +252,7 @@ struct mailbox_list shared_mailbox_list 
 struct mailbox_list shared_mailbox_list = {
 	MEMBER(name) "shared",
 	MEMBER(hierarchy_sep) '/',
+	MEMBER(props) 0,
 	MEMBER(mailbox_name_max_length) PATH_MAX,
 
 	{


More information about the dovecot mailing list