summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_arp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/if_arp.c')
-rw-r--r--sys/netinet/if_arp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/netinet/if_arp.c b/sys/netinet/if_arp.c
index deafb294d68..3f6767cf67f 100644
--- a/sys/netinet/if_arp.c
+++ b/sys/netinet/if_arp.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_arp.c,v 1.29 1996/03/30 21:53:19 christos Exp $ */
+/* $NetBSD: if_arp.c,v 1.30 1996/05/07 02:40:41 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1988, 1993
@@ -865,9 +865,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)");