summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-03-02 15:45:17 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-03-02 15:45:17 +0000
commit7a5013063d6577126a9c4abfb6fef4d7ab7e8766 (patch)
tree6420f222d58867f3fabd91813896e62425c801c4 /lib
parent46daa346281e6f0c81a9655352c13d2b2cb5480b (diff)
Missed one hash->ohash
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/ohash/ohash_enum.c4
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;
{