From 2ac8d080bf3841711a77b586386f7d12f2fb4201 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Mon, 29 Mar 1982 00:06:05 -0800 Subject: [PATCH] fix per probert SCCS-vsn: sys/vax/uba/tm.c 4.47 --- usr/src/sys/vax/uba/tm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sys/vax/uba/tm.c b/usr/src/sys/vax/uba/tm.c index c9337e84d8..a30cbee261 100644 --- a/usr/src/sys/vax/uba/tm.c +++ b/usr/src/sys/vax/uba/tm.c @@ -1,8 +1,8 @@ -/* tm.c 4.46 82/02/03 */ +/* tm.c 4.47 82/03/28 */ #include "te.h" #include "ts.h" -#if NTM > 0 +#if NTE > 0 /* * TM11/TE10 tape driver * -- 2.20.1