summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorChris Cappuccio <chris@cvs.openbsd.org>2000-04-27 00:29:52 +0000
committerChris Cappuccio <chris@cvs.openbsd.org>2000-04-27 00:29:52 +0000
commita47d37c1b6a680ed4b35e9858dee74f2e8d33cd8 (patch)
tree7c078804189599874d592a56eb891cca36e54a1e /sys
parentcd19d4d127ff7c48b2f5d48cfb290b236eeb91c1 (diff)
Whoops
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/fxp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c
index c3743059622..b16eeed02b0 100644
--- a/sys/dev/ic/fxp.c
+++ b/sys/dev/ic/fxp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fxp.c,v 1.4 2000/04/27 00:00:25 chris Exp $ */
+/* $OpenBSD: fxp.c,v 1.5 2000/04/27 00:29:51 chris Exp $ */
/* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */
/*
@@ -1423,7 +1423,6 @@ fxp_ioctl(ifp, command, data)
error = EINVAL;
} else if (ifp->if_mtu != ifr->ifr_mtu) {
ifp->if_mtu = ifr->ifr_mtu;
- error = fxp_init(sc);
}
break;