author | Florian Forster <octo@verplant.org> | |
Sun, 18 Jun 2006 15:18:08 +0000 (17:18 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 19 Jun 2006 04:19:10 +0000 (21:19 -0700) | ||
commit | 2bda77e080dd8d47ca0b87c78e9061fbaa37455a | |
tree | 05c89eb1f4737eb4bb44fa8033571341b81f6765 | tree | snapshot |
parent | 571ea603a6464cab86dad2d470034e0f3b6e67df | commit | diff |
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'.
Signed-off-by: Florian Forster <octo@verplant.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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'.
Signed-off-by: Florian Forster <octo@verplant.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
imap-send.c | diff | blob | history |