summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/tsearch.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2004-10-01 04:08:45 +0000
committerjsg <jsg@openbsd.org>2004-10-01 04:08:45 +0000
commit48f0b6465133a635499ad47faaa893a94c8e70a8 (patch)
treeabfb1085e28c148b38ece3609314e0b85a6c66ca /lib/libc/stdlib/tsearch.c
parentadd the time for that thing... (diff)
downloadwireguard-openbsd-48f0b6465133a635499ad47faaa893a94c8e70a8.tar.xz
wireguard-openbsd-48f0b6465133a635499ad47faaa893a94c8e70a8.zip
add some missing $, ok djm@ 'That looks fine to me' millert@
Diffstat (limited to 'lib/libc/stdlib/tsearch.c')
-rw-r--r--lib/libc/stdlib/tsearch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdlib/tsearch.c b/lib/libc/stdlib/tsearch.c
index 0ad5866172a..67388b4e7f6 100644
--- a/lib/libc/stdlib/tsearch.c
+++ b/lib/libc/stdlib/tsearch.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: tsearch.c,v 1.4 2004/10/01 04:08:45 jsg Exp $ */
+
/*
* Tree search generalized from Knuth (6.2.2) Algorithm T just like
* the AT&T man page says.