summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2007-05-30 01:08:42 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2007-05-30 01:08:42 +0000
commite8a96938c8893bbff22d238e324ed0a1bddecdab (patch)
tree63ac16c56d0c800ab7cf315331286157c3c76a24 /sbin
parentcb3be02978ee27e7635b80c358e5bb34d5685af1 (diff)
Unbreak route.c after TOKEN removal by henning (bad henning, no cookie)
looks ok otto@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/route/route.c5
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;