summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpctl
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2007-05-30 02:21:08 +0000
committerhenning <henning@openbsd.org>2007-05-30 02:21:08 +0000
commit1f120fc69fbf4fc014375535bf09bcddbe31b63f (patch)
tree69a6c26041340cb1899e0f2e8009c770f6834669 /usr.sbin/dvmrpctl
parentPull out the ELF loadfile pieces from the standalone libraries, so that (diff)
downloadwireguard-openbsd-1f120fc69fbf4fc014375535bf09bcddbe31b63f.tar.xz
wireguard-openbsd-1f120fc69fbf4fc014375535bf09bcddbe31b63f.zip
yuck, no cookie for me
Diffstat (limited to 'usr.sbin/dvmrpctl')
-rw-r--r--usr.sbin/dvmrpctl/dvmrpctl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/dvmrpctl/dvmrpctl.c b/usr.sbin/dvmrpctl/dvmrpctl.c
index 1940e9d55ef..415a0f080b5 100644
--- a/usr.sbin/dvmrpctl/dvmrpctl.c
+++ b/usr.sbin/dvmrpctl/dvmrpctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dvmrpctl.c,v 1.2 2006/11/28 19:21:15 reyk Exp $ */
+/* $OpenBSD: dvmrpctl.c,v 1.3 2007/05/30 02:21:08 henning Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -258,9 +258,6 @@ get_ifms_type(int mediatype)
case IFT_FDDI:
return (IFM_FDDI);
break;
- case IFT_ISO88025:
- return (IFM_TOKEN);
- break;
case IFT_CARP:
return (IFM_CARP);
break;