Skip to content

Commit

Permalink
[PFKEYV2]: Fix inconsistent typing in struct sadb_x_kmprivate.
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Gohad <tgohad@mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Tushar Gohad authored and David S. Miller committed Jun 18, 2006
1 parent c5396a3 commit c7ce1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/pfkeyv2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit c7ce1ae

Please sign in to comment.