diff options
-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; { |