diff options
author | 2007-05-30 01:08:41 +0000 | |
---|---|---|
committer | 2007-05-30 01:08:41 +0000 | |
commit | 19f51c582b349b1f9e249be0b2f10d538f6e49a0 (patch) | |
tree | e5029ce2e2152114ff08418a2fcf12db075a131d | |
parent | give ibuf to event_set (diff) | |
download | wireguard-openbsd-19f51c582b349b1f9e249be0b2f10d538f6e49a0.tar.xz wireguard-openbsd-19f51c582b349b1f9e249be0b2f10d538f6e49a0.zip |
Unbreak route.c after TOKEN removal by henning (bad henning, no cookie)
looks ok otto@
-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; |