diff options
Diffstat (limited to 'include/net/raw.h')
-rw-r--r-- | include/net/raw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/raw.h b/include/net/raw.h index 481b20190b12..e4af59781949 100644 --- a/include/net/raw.h +++ b/include/net/raw.h | |||
@@ -35,7 +35,7 @@ extern rwlock_t raw_v4_lock; | |||
35 | 35 | ||
36 | 36 | ||
37 | extern struct sock *__raw_v4_lookup(struct sock *sk, unsigned short num, | 37 | extern struct sock *__raw_v4_lookup(struct sock *sk, unsigned short num, |
38 | unsigned long raddr, unsigned long laddr, | 38 | __be32 raddr, __be32 laddr, |
39 | int dif); | 39 | int dif); |
40 | 40 | ||
41 | extern int raw_v4_input(struct sk_buff *skb, struct iphdr *iph, int hash); | 41 | extern int raw_v4_input(struct sk_buff *skb, struct iphdr *iph, int hash); |