diff options
author | 2000-04-27 00:29:51 +0000 | |
---|---|---|
committer | 2000-04-27 00:29:51 +0000 | |
commit | fb6904bfbc949a4ab7064fa86fab8a4c63a78137 (patch) | |
tree | bffb23265a4016b2bfb689374aba3843ffb6fa1f | |
parent | Remove MTU cruft (diff) | |
download | wireguard-openbsd-fb6904bfbc949a4ab7064fa86fab8a4c63a78137.tar.xz wireguard-openbsd-fb6904bfbc949a4ab7064fa86fab8a4c63a78137.zip |
Whoops
-rw-r--r-- | sys/dev/ic/fxp.c | 3 |
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; |