From ad8f02f471b8a45bf25c944b541d4535de99578d Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Tue, 11 Nov 1980 08:01:14 -0800 Subject: [PATCH] let ht.h define NHT SCCS-vsn: sys/vax/mba/ht.c 4.2 --- usr/src/sys/vax/mba/ht.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/src/sys/vax/mba/ht.c b/usr/src/sys/vax/mba/ht.c index 49cd359531..cf7c79cc60 100644 --- a/usr/src/sys/vax/mba/ht.c +++ b/usr/src/sys/vax/mba/ht.c @@ -1,4 +1,4 @@ -/* ht.c 4.1 %G% */ +/* ht.c 4.2 %G% */ #include "../conf/ht.h" #if NHT > 0 @@ -35,7 +35,6 @@ struct buf httab; struct buf rhtbuf; struct buf chtbuf; -#define NHT 1 #define INF 1000000 char h_openf[NHT]; -- 2.20.1