From: chris Date: Thu, 27 Apr 2000 00:29:51 +0000 (+0000) Subject: Whoops X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fb6904bfbc949a4ab7064fa86fab8a4c63a78137;p=openbsd Whoops --- 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;