aboutsummaryrefslogtreecommitdiffstats
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
parent[IPV6]: Sum real space for RTAs. (diff)
downloadlinux-dev-c7ce1ae21223fe1f905feba272bc14b87994a57d.tar.xz
linux-dev-c7ce1ae21223fe1f905feba272bc14b87994a57d.zip
[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 '')
-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 */