diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-03-02 15:45:17 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-03-02 15:45:17 +0000 |
commit | 7a5013063d6577126a9c4abfb6fef4d7ab7e8766 (patch) | |
tree | 6420f222d58867f3fabd91813896e62425c801c4 /lib | |
parent | 46daa346281e6f0c81a9655352c13d2b2cb5480b (diff) |
Missed one hash->ohash
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/ohash/ohash_enum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/ohash/ohash_enum.c b/lib/libc/ohash/ohash_enum.c index 6c43e5e0263..3e22cddb671 100644 --- a/lib/libc/ohash/ohash_enum.c +++ b/lib/libc/ohash/ohash_enum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ohash_enum.c,v 1.1 2001/03/02 13:27:07 espie Exp $ */ +/* $OpenBSD: ohash_enum.c,v 1.2 2001/03/02 15:45:16 espie Exp $ */ /* ex:ts=8 sw=4: */ @@ -41,7 +41,7 @@ ohash_first(h, pos) } void * -hash_next(h, pos) +ohash_next(h, pos) struct ohash *h; unsigned int *pos; { |