summaryrefslogtreecommitdiff
path: root/include/linux/pfkeyv2.h
diff options
context:
space:
mode:
authorTushar Gohad <tgohad@mvista.com>2006-06-17 22:54:03 -0700
committerDavid S. Miller <davem@davemloft.net>2006-06-17 22:54:03 -0700
commitc7ce1ae21223fe1f905feba272bc14b87994a57d (patch)
treecd527489396fd9def8d19416fd05c2c11f794394 /include/linux/pfkeyv2.h
parentc5396a31b20991c856facbce18a2a56d1a14e8d0 (diff)
[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>
Diffstat (limited to 'include/linux/pfkeyv2.h')
-rw-r--r--include/linux/pfkeyv2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pfkeyv2.h b/include/linux/pfkeyv2.h
index bac0fb389cf1..d5dd471da225 100644
--- a/include/linux/pfkeyv2.h
+++ b/include/linux/pfkeyv2.h
@@ -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 */