[PFKEYV2]: Fix inconsistent typing in struct sadb_x_kmprivate.
Signed-off-by: Tushar Gohad <tgohad@mvista.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
c5396a31b2
commit
c7ce1ae212
@@ -159,7 +159,7 @@ struct sadb_spirange {
|
|||||||
struct sadb_x_kmprivate {
|
struct sadb_x_kmprivate {
|
||||||
uint16_t sadb_x_kmprivate_len;
|
uint16_t sadb_x_kmprivate_len;
|
||||||
uint16_t sadb_x_kmprivate_exttype;
|
uint16_t sadb_x_kmprivate_exttype;
|
||||||
u_int32_t sadb_x_kmprivate_reserved;
|
uint32_t sadb_x_kmprivate_reserved;
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
/* sizeof(struct sadb_x_kmprivate) == 8 */
|
/* sizeof(struct sadb_x_kmprivate) == 8 */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user