From 2457c77564e4384d49f9fcfd57b66e3619625e27 Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 31 Oct 1995 23:36:47 +0000 Subject: Submitted by: Mike Mitchell (mitchell@ref.tfs.com) these patches bring the ipx code up to the point that it compiles cleanly with the -W arguments suggested by bruce. --- sys/netipx/ipx_ip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netipx/ipx_ip.h') diff --git a/sys/netipx/ipx_ip.h b/sys/netipx/ipx_ip.h index 12c1161..fb7c6de 100644 --- a/sys/netipx/ipx_ip.h +++ b/sys/netipx/ipx_ip.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ipxip.h + * @(#)$Id$ */ #ifndef __NETIPX_IPXIP_H_ @@ -59,7 +59,7 @@ void ipxip_rtchange __P((struct in_addr *dst)); struct ifnet_en *ipxipattach __P((void)); int ipxipioctl __P((struct ifnet *ifp, int cmd, caddr_t data)); void ipxip_input __P((struct mbuf *m, struct ifnet *ifp)); -int ipxipoutput __P((struct ifnet_en *ifn, struct mbuf *m, struct sockaddr *dst)); +int ipxipoutput __P((struct ifnet *ifn, struct mbuf *m, struct sockaddr *dst, struct rtentry *rt)); void ipxipstart __P((struct ifnet *ifp)); int ipxip_route __P((struct mbuf *m)); int ipxip_free __P((struct ifnet *ifp)); -- cgit v1.1