Commit c7ce1ae2 authored by Tushar Gohad's avatar Tushar Gohad Committed by David S. Miller

[PFKEYV2]: Fix inconsistent typing in struct sadb_x_kmprivate.

Signed-off-by: default avatarTushar Gohad <tgohad@mvista.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c5396a31
......@@ -159,7 +159,7 @@ struct sadb_spirange {
struct sadb_x_kmprivate {
uint16_t sadb_x_kmprivate_len;
uint16_t sadb_x_kmprivate_exttype;
u_int32_t sadb_x_kmprivate_reserved;
uint32_t sadb_x_kmprivate_reserved;
} __attribute__((packed));
/* sizeof(struct sadb_x_kmprivate) == 8 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment