diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-09-26 22:18:13 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 18:01:08 -0700 |
commit | d878e72e419db9ff4c66848375ee30a19820e4de (patch) | |
tree | 69df883f29c7d140440bb9cc2f47b5d9003d9643 /include/net | |
parent | fd6832220974809141b3981e380b78690bba8911 (diff) | |
download | linux-3.10-d878e72e419db9ff4c66848375ee30a19820e4de.tar.gz linux-3.10-d878e72e419db9ff4c66848375ee30a19820e4de.tar.bz2 linux-3.10-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 'include/net')
-rw-r--r-- | include/net/ip_fib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index cacf4c52a8c..9cd0b56cd75 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -229,7 +229,7 @@ extern void fib_select_multipath(const struct flowi *flp, struct fib_result *res struct rtentry; /* Exported by fib_semantics.c */ -extern int ip_fib_check_default(u32 gw, struct net_device *dev); +extern int ip_fib_check_default(__be32 gw, struct net_device *dev); extern int fib_sync_down(u32 local, struct net_device *dev, int force); extern int fib_sync_up(struct net_device *dev); extern __be32 __fib_res_prefsrc(struct fib_result *res); |