summaryrefslogtreecommitdiffstats
path: root/sys/netipx
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-11-24 12:07:33 +0000
committerbde <bde@FreeBSD.org>1995-11-24 12:07:33 +0000
commitc02caaf51c301ea60f3f83f8e6aabc6d4528a4d0 (patch)
tree5a094932d4587b7d8fed157f9fcc870aa9040b32 /sys/netipx
parentbefe29ce1601d66e9460d58829077de595cf9bd1 (diff)
downloadFreeBSD-src-c02caaf51c301ea60f3f83f8e6aabc6d4528a4d0.zip
FreeBSD-src-c02caaf51c301ea60f3f83f8e6aabc6d4528a4d0.tar.gz
Fixed a bogus name (ifn_en) that was introduced when a type mismatch
was fixed.
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/ipx_ip.c8
1 files changed, 4 insertions, 4 deletions
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;
OpenPOWER on IntegriCloud