patch-2.0.31 linux/net/ipv4/rarp.c
Next file: linux/net/ipv4/route.c
Previous file: linux/net/ipv4/packet.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Aug 12 11:30:35 1997
-  Orig file: 
v2.0.30/linux/net/ipv4/rarp.c
-  Orig date: 
Tue Oct 29 17:42:42 1996
diff -u --recursive --new-file v2.0.30/linux/net/ipv4/rarp.c linux/net/ipv4/rarp.c
@@ -354,7 +354,7 @@
  *	Is it reachable directly ?
  */
   
-	rt = ip_rt_route(ip, 0);
+	rt = ip_rt_route(ip, 0, NULL);
 	if (rt == NULL)
 		return -ENETUNREACH;
 	dev = rt->rt_dev;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov