diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/route/route.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/route/route.c b/sbin/route/route.c index 2bf5cffaf6f..616e7711413 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route.c,v 1.108 2007/03/25 16:10:35 claudio Exp $ */ +/* $OpenBSD: route.c,v 1.109 2007/05/30 01:08:41 mcbride Exp $ */ /* $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $ */ /* @@ -1092,9 +1092,6 @@ get_linkstate(int mt, int link_state) case IFT_FDDI: media_type = IFM_FDDI; break; - case IFT_ISO88025: - media_type = IFM_TOKEN; - break; case IFT_CARP: media_type = IFM_CARP; break; |