X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/b0ebfb85c45d1c644604ef1f533298ca85b53dea..e5c61710ef698f9a0836aab201338136f517b37f:/usr/src/sys/vax/mba/mt.c diff --git a/usr/src/sys/vax/mba/mt.c b/usr/src/sys/vax/mba/mt.c index e67e402b11..0bb53db26c 100644 --- a/usr/src/sys/vax/mba/mt.c +++ b/usr/src/sys/vax/mba/mt.c @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)mt.c 7.5 (Berkeley) %G% + * @(#)mt.c 7.6 (Berkeley) %G% */ #include "mu.h" @@ -218,6 +218,7 @@ mtclose(dev, flag) log(LOG_INFO, "mu%d: %d soft errors in %d blocks\n", MUUNIT(dev), sc->sc_softerrs, sc->sc_blks); sc->sc_openf = 0; + return (0); } mtcommand(dev, com, count)