projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5396a3
)
[PFKEYV2]: Fix inconsistent typing in struct sadb_x_kmprivate.
author
Tushar Gohad
<tgohad@mvista.com>
Sun, 18 Jun 2006 05:54:03 +0000
(22:54 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 18 Jun 2006 05:54:03 +0000
(22:54 -0700)
Signed-off-by: Tushar Gohad <tgohad@mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/pfkeyv2.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/pfkeyv2.h
b/include/linux/pfkeyv2.h
index bac0fb389cf1c094e55f6cb3af4ad8e00c0f913f..d5dd471da22527132782c1a0837d1c4c22167544 100644
(file)
--- 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;
+ u
int32_t
sadb_x_kmprivate_reserved;
} __attribute__((packed));
/* sizeof(struct sadb_x_kmprivate) == 8 */