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

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)