summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-10 12:31:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-10 12:31:24 +0000
commit6b3251024eafed21fd1f959dd3403eea5f520cc6 (patch)
tree71c753c7e8d0c4db5e1bc1fde6ad4e86ffa6f8db /sys/netinet/if_ether.c
parent02ca3f3ee25cc0505314e846136b6e767eb83de8 (diff)
if_name/if_unit -> if_xname/if_softc
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r--sys/netinet/if_ether.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index 19e74330e93..5933954d035 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: if_ether.c,v 1.5 1996/04/21 22:28:58 deraadt Exp $ */
-/* $NetBSD: if_ether.c,v 1.29 1996/03/30 21:53:19 christos Exp $ */
+/* $OpenBSD: if_ether.c,v 1.6 1996/05/10 12:31:19 deraadt Exp $ */
+/* $NetBSD: if_ether.c,v 1.30 1996/05/07 02:40:46 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1988, 1993
@@ -868,9 +868,7 @@ db_show_radix_node(rn, w)
db_printf(" ifp=%p ", rt->rt_ifp);
if (rt->rt_ifp)
- db_printf("(%s%d)",
- rt->rt_ifp->if_name,
- rt->rt_ifp->if_unit);
+ db_printf("(%s)", rt->rt_ifp->if_xname);
else
db_printf("(NULL)");