From c02caaf51c301ea60f3f83f8e6aabc6d4528a4d0 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 24 Nov 1995 12:07:33 +0000 Subject: Fixed a bogus name (ifn_en) that was introduced when a type mismatch was fixed. --- sys/netipx/ipx_ip.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/netipx/ipx_ip.c') diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c index 6b5cd20..168b23c 100644 --- a/sys/netipx/ipx_ip.c +++ b/sys/netipx/ipx_ip.c @@ -33,7 +33,7 @@ * * @(#)ipx_ip.c * - * $Id: ipx_ip.c,v 1.3 1995/10/31 23:36:31 julian Exp $ + * $Id: ipx_ip.c,v 1.4 1995/11/04 09:02:58 julian Exp $ */ /* @@ -228,13 +228,13 @@ bad: /* ARGSUSED */ int -ipxipoutput(ifn_en, m, dst, rt) - struct ifnet *ifn_en; +ipxipoutput(ifp, m, dst, rt) + struct ifnet *ifp; register struct mbuf *m; struct sockaddr *dst; struct rtentry *rt; { - register struct ifnet_en *ifn = (struct ifnet_en *)ifn_en; + register struct ifnet_en *ifn = (struct ifnet_en *)ifp; register struct ip *ip; register struct route *ro = &(ifn->ifen_route); register int len = 0; -- cgit v1.1