patch-2.2.4 linux/include/net/addrconf.h

Next file: linux/include/net/dst.h
Previous file: linux/include/linux/wireless.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.3/linux/include/net/addrconf.h linux/include/net/addrconf.h
@@ -53,8 +53,9 @@
 
 extern struct inet6_ifaddr *	ipv6_chk_addr(struct in6_addr *addr,
 					      struct device *dev, int nd);
-extern struct inet6_ifaddr *	ipv6_get_saddr(struct dst_entry *dst, 
-					       struct in6_addr *daddr);
+extern int			ipv6_get_saddr(struct dst_entry *dst, 
+					       struct in6_addr *daddr,
+					       struct in6_addr *saddr);
 extern struct inet6_ifaddr *	ipv6_get_lladdr(struct device *dev);
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)