From cdd2a2eee1b2eb8cae7d52ef1841614cd6307a01 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 8 Nov 2006 00:23:42 -0800 Subject: [PATCH] --- yaml --- r: 41579 b: refs/heads/master c: d29ef86b0a497dd2c4f9601644a15392f7e21f73 h: refs/heads/master i: 41577: 2cf09ab4678a997021a4d73bf525f09769636f2f 41575: a4e5a34e5fd6eddb67791db11323afd857c23684 v: v3 --- [refs] | 2 +- trunk/include/linux/pfkeyv2.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index d45bfa394392..7707bd1dec89 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d5a0a1e3109339090769e40fdaa62482fcf2a717 +refs/heads/master: d29ef86b0a497dd2c4f9601644a15392f7e21f73 diff --git a/trunk/include/linux/pfkeyv2.h b/trunk/include/linux/pfkeyv2.h index d5dd471da225..0f0b880c4280 100644 --- a/trunk/include/linux/pfkeyv2.h +++ b/trunk/include/linux/pfkeyv2.h @@ -32,7 +32,7 @@ struct sadb_ext { struct sadb_sa { uint16_t sadb_sa_len; uint16_t sadb_sa_exttype; - uint32_t sadb_sa_spi; + __be32 sadb_sa_spi; uint8_t sadb_sa_replay; uint8_t sadb_sa_state; uint8_t sadb_sa_auth; @@ -211,7 +211,7 @@ struct sadb_x_nat_t_type { struct sadb_x_nat_t_port { uint16_t sadb_x_nat_t_port_len; uint16_t sadb_x_nat_t_port_exttype; - uint16_t sadb_x_nat_t_port_port; + __be16 sadb_x_nat_t_port_port; uint16_t sadb_x_nat_t_port_reserved; } __attribute__((packed)); /* sizeof(struct sadb_x_nat_t_port) == 8 */