patch-2.3.14 linux/net/ipv4/ip_masq.c
Next file: linux/net/ipv4/ip_masq_user.c
Previous file: linux/net/ipv4/ip_input.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Aug 18 11:38:49 1999
- Orig file:
v2.3.13/linux/net/ipv4/ip_masq.c
- Orig date:
Wed Jun 30 13:38:20 1999
diff -u --recursive --new-file v2.3.13/linux/net/ipv4/ip_masq.c linux/net/ipv4/ip_masq.c
@@ -2388,7 +2388,7 @@
/*
* Wrapper over inet_select_addr()
*/
-u32 ip_masq_select_addr(struct device *dev, u32 dst, int scope)
+u32 ip_masq_select_addr(struct net_device *dev, u32 dst, int scope)
{
return inet_select_addr(dev, dst, scope);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)