[Dovecot] building 1.0beta8 with gcc 2.95
Matthieu Herrb
matthieu.herrb at laas.fr
Thu May 18 14:09:21 EEST 2006
The following patch is need to correctly align the default_settings
structure with gcc 2.95, which doesn't recognise C99 style struct
initializers.
--- src/master/master-settings.c~ 2006-04-25 04:00:07.000000000 +0200
+++ src/master/master-settings.c 2006-05-18 11:14:08.949376000 +0200
@@ -367,6 +367,7 @@
/* .. */
MEMBER(login_uid) 0,
+ MEMBER(imap_generated_capability) NULL,
MEMBER(listen_fd) -1,
MEMBER(ssl_listen_fd) -1
};
--
Matthieu Herrb
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4033 bytes
Desc: S/MIME Cryptographic Signature
Url : http://dovecot.org/pipermail/dovecot/attachments/20060518/4f220f28/smime.bin
More information about the dovecot
mailing list