diff options
Diffstat (limited to 'sbin/route/show.c')
-rw-r--r-- | sbin/route/show.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/route/show.c b/sbin/route/show.c index 3cd8c1eb039..e1c0d4ff802 100644 --- a/sbin/route/show.c +++ b/sbin/route/show.c @@ -1,4 +1,4 @@ -/* $OpenBSD: show.c,v 1.89 2010/10/11 11:45:00 claudio Exp $ */ +/* $OpenBSD: show.c,v 1.90 2011/07/09 00:45:40 henning Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* @@ -411,9 +411,6 @@ pr_family(int af) case AF_MPLS: afname = "MPLS"; break; - case AF_APPLETALK: - afname = "AppleTalk"; - break; default: afname = NULL; break; |