linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / net / raw.h
index e4af597..e67b28a 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef _RAW_H
 #define _RAW_H
 
+#include <linux/config.h>
 
 #include <net/protocol.h>
 
@@ -35,7 +36,7 @@ extern rwlock_t raw_v4_lock;
 
 
 extern struct sock *__raw_v4_lookup(struct sock *sk, unsigned short num,
-                                   __be32 raddr, __be32 laddr,
+                                   unsigned long raddr, unsigned long laddr,
                                    int dif);
 
 extern int raw_v4_input(struct sk_buff *skb, struct iphdr *iph, int hash);