diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-03-02 13:28:12 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-03-02 13:28:12 +0000 |
commit | 2c5ed1a9d1cff52fd49a550550f5bd738c8ea60f (patch) | |
tree | 6a9b408a3785d8cd43c1672311046070904e3da6 | |
parent | 45a89359472da70a5cf928a5e7626c195ed4ed59 (diff) |
Oops, ohash_lookup_string bit the dust.
-rw-r--r-- | lib/libc/ohash/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/ohash/Makefile.inc b/lib/libc/ohash/Makefile.inc index 91babfa3671..84be3e891df 100644 --- a/lib/libc/ohash/Makefile.inc +++ b/lib/libc/ohash/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 2001/03/02 13:27:06 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2001/03/02 13:28:11 espie Exp $ # open hashing functions @@ -11,7 +11,6 @@ SRCS+= ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c \ MAN+= ohash_init.3 ohash_interval.3 MLINKS+=ohash_init.3 ohash_delete.3 \ - ohash_init.3 ohash_lookup_string.3 \ ohash_init.3 ohash_lookup_interval.3 \ ohash_init.3 ohash_lookup_memory.3 \ ohash_init.3 ohash_find.3 \ |