aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-27 18:47:59 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 18:02:39 -0700
commit6067b2baba32211e84d1ef2dba863422281bd6c7 (patch)
treeee954829024c0e96d240bff8cdbec3f056017ab5 /include/net
parent[XFRM]: struct xfrm_id annotations (diff)
downloadlinux-dev-6067b2baba32211e84d1ef2dba863422281bd6c7.tar.xz
linux-dev-6067b2baba32211e84d1ef2dba863422281bd6c7.zip
[XFRM]: xfrm_parse_spi() annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/xfrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 6da1c7c72b47..460551968560 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -1004,7 +1004,7 @@ extern void km_policy_expired(struct xfrm_policy *pol, int dir, int hard, u32 pi
extern int km_report(u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr);
extern void xfrm_input_init(void);
-extern int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, u32 *spi, u32 *seq);
+extern int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);
extern void xfrm_probe_algs(void);
extern int xfrm_count_auth_supported(void);