Change types used in bitfields to be `int's.
authorFlorian Forster <octo@verplant.org>
Sun, 18 Jun 2006 14:56:04 +0000 (16:56 +0200)
committerFlorian Forster <octo@verplant.org>
Sun, 18 Jun 2006 14:56:04 +0000 (16:56 +0200)
commit471838c5e32b83bc8b84584343daeb1174d0e968
treeadc286db50799c133dca14fce08a9c97a0acefd0
parent91df4330d35f1f1670dd04af0a14f1ca84a72b2b
Change types used in bitfields to be `int's.

According to ANSI C99 bitfields are only defined for `signed int' and `unsigned
int'. This patch corrects the bitfield in the `msg_data_t' type from
`imap-send.c'.
imap-send.c