From 7a18ea12ef4fb4851933a57ba1d9646c70ccbefb Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 27 Jun 1994 19:36:54 +0000 Subject: Formerly hash.c.~5~ --- proc/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proc/hash.c') diff --git a/proc/hash.c b/proc/hash.c index 89638331..eb906851 100644 --- a/proc/hash.c +++ b/proc/hash.c @@ -35,7 +35,7 @@ struct htable { void **tab; int *ids; - void ****locps; + void ****locps; /* four, count them, four stars */ int size; }; #define HASH_DEL ((void *) -1) -- cgit v1.2.3