[dovecot-cvs] dovecot: Added padding to struct mail_index_header so it's 64bit...

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 12 17:12:46 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/01b90449db90
changeset: 5699:01b90449db90
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 12 17:12:42 2007 +0300
description:
Added padding to struct mail_index_header so it's 64bit aligned with 32bit
systems also.

diffstat:

1 file changed, 1 insertion(+)
src/lib-index/mail-index.h |    1 +

diffs (11 lines):

diff -r 8be3bb396e3f -r 01b90449db90 src/lib-index/mail-index.h
--- a/src/lib-index/mail-index.h	Tue Jun 12 17:11:30 2007 +0300
+++ b/src/lib-index/mail-index.h	Tue Jun 12 17:12:42 2007 +0300
@@ -83,6 +83,7 @@ struct mail_index_header {
 	uint32_t day_first_uid[8];
 
 	uint32_t log_file_mailbox_offset;
+	uint32_t padding;
 };
 
 struct mail_index_record {


More information about the dovecot-cvs mailing list