From: Bill Joy Date: Thu, 27 May 1982 23:55:35 +0000 (-0800) Subject: fix typo so can handle more than one transport X-Git-Tag: BSD-4_1c_2-Snapshot-Development~3314 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/04b2deaaae00ba7686b739d3899ab94623da2fc4 fix typo so can handle more than one transport SCCS-vsn: sys/vax/uba/tm.c 4.48 --- 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