diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-27 19:36:54 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-27 19:36:54 +0000 |
commit | 7a18ea12ef4fb4851933a57ba1d9646c70ccbefb (patch) | |
tree | 23c98a45e76b8dbe0189e95a17f8c1fef5d34ae8 | |
parent | 33deddac8844eaafb850e4a219ed6a1e34ab54e5 (diff) |
Formerly hash.c.~5~
-rw-r--r-- | proc/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |