From: Bill Joy Date: Sun, 22 Mar 1981 07:59:58 +0000 (-0800) Subject: add ts X-Git-Tag: BSD-4_1_snap-Snapshot-Development~1692 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/e6aa1d6cfc1415ba77f2dc060e875b1fe9d7bc49 add ts SCCS-vsn: sys/vax/vax/conf.c 4.30 --- diff --git a/usr/src/sys/vax/vax/conf.c b/usr/src/sys/vax/vax/conf.c index 7776e9f0d7..a3b275a7ff 100644 --- a/usr/src/sys/vax/vax/conf.c +++ b/usr/src/sys/vax/vax/conf.c @@ -1,4 +1,4 @@ -/* conf.c 4.29 81/03/16 */ +/* conf.c 4.30 81/03/21 */ #include "../h/param.h" #include "../h/systm.h" @@ -68,12 +68,18 @@ int tmioctl(),tmdump(),tmreset(); #define tmreset nodev #endif +#include "ts.h" +#if NTS > 0 +int tsopen(),tsclose(),tsstrategy(),tsread(),tswrite(); +int tsioctl(),tsdump(),tsreset(); +#else #define tsopen nodev #define tsclose nodev #define tsstrategy nodev #define tsread nodev #define tswrite nodev #define tsdump nodev +#endif #include "up.h" #if NSC > 0