summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/tsearch.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-09-26 16:03:48 +0000
committerguenther <guenther@openbsd.org>2015-09-26 16:03:48 +0000
commit89cd0876c414e6118d016a4e433b82db2c730404 (patch)
treebc7039cf38eba733e168706db1b46d3407f0a790 /lib/libc/stdlib/tsearch.c
parentlint is dead and C99 may be old enough to drive a car: delete LONGLONG (diff)
downloadwireguard-openbsd-89cd0876c414e6118d016a4e433b82db2c730404.tar.xz
wireguard-openbsd-89cd0876c414e6118d016a4e433b82db2c730404.zip
lint is dead: delete useless LINTLIBRARY comments
ok millert@
Diffstat (limited to 'lib/libc/stdlib/tsearch.c')
-rw-r--r--lib/libc/stdlib/tsearch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/tsearch.c b/lib/libc/stdlib/tsearch.c
index 6a525e8bf06..1dd31454eb3 100644
--- a/lib/libc/stdlib/tsearch.c
+++ b/lib/libc/stdlib/tsearch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tsearch.c,v 1.9 2015/08/20 21:49:29 deraadt Exp $ */
+/* $OpenBSD: tsearch.c,v 1.10 2015/09/26 16:03:48 guenther Exp $ */
/*
* Tree search generalized from Knuth (6.2.2) Algorithm T just like
@@ -10,7 +10,6 @@
*
* Totally public domain.
*/
-/*LINTLIBRARY*/
#include <search.h>
#include <stdlib.h>