aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-26 22:18:13 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 18:01:08 -0700
commitd878e72e419db9ff4c66848375ee30a19820e4de (patch)
tree69df883f29c7d140440bb9cc2f47b5d9003d9643 /net/ipv4/fib_semantics.c
parent[IPV4]: inet_addr_type() annotations (diff)
downloadlinux-dev-d878e72e419db9ff4c66848375ee30a19820e4de.tar.xz
linux-dev-d878e72e419db9ff4c66848375ee30a19820e4de.zip
[IPV4]: ip_fib_check_default() annotated
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_semantics.c')
-rw-r--r--net/ipv4/fib_semantics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c
index d91244782216..d853bd2bd0d2 100644
--- a/net/ipv4/fib_semantics.c
+++ b/net/ipv4/fib_semantics.c
@@ -248,7 +248,7 @@ static inline unsigned int fib_devindex_hashfn(unsigned int val)
Used only by redirect accept routine.
*/
-int ip_fib_check_default(u32 gw, struct net_device *dev)
+int ip_fib_check_default(__be32 gw, struct net_device *dev)
{
struct hlist_head *head;
struct hlist_node *node;