From 04b2deaaae00ba7686b739d3899ab94623da2fc4 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Thu, 27 May 1982 15:55:35 -0800 Subject: [PATCH] fix typo so can handle more than one transport SCCS-vsn: sys/vax/uba/tm.c 4.48 --- 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 a30cbee261..ec16ede411 100644 --- a/usr/src/sys/vax/uba/tm.c +++ b/usr/src/sys/vax/uba/tm.c @@ -1,4 +1,4 @@ -/* tm.c 4.47 82/03/28 */ +/* tm.c 4.48 82/05/27 */ #include "te.h" #include "ts.h" @@ -100,7 +100,7 @@ struct te_softc { u_short sc_dens; /* prototype command with density info */ daddr_t sc_timo; /* time until timeout expires */ short sc_tact; /* timeout is active */ -} te_softc[NTM]; +} te_softc[NTE]; #ifdef unneeded int tmgapsdcnt; /* DEBUG */ #endif -- 2.20.1