summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2001-03-02 13:28:11 +0000
committerespie <espie@openbsd.org>2001-03-02 13:28:11 +0000
commit78f35cd4487a83b63a976acc9d5b856d08530288 (patch)
treecc6d4820ad1c1d1c817e0d821afac59f8b781b42 /lib/libc
parentAdd ohash_* functions to libc. (diff)
downloadwireguard-openbsd-78f35cd4487a83b63a976acc9d5b856d08530288.tar.xz
wireguard-openbsd-78f35cd4487a83b63a976acc9d5b856d08530288.zip
Oops, ohash_lookup_string bit the dust.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/ohash/Makefile.inc3
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 \