diff options
Diffstat (limited to 'src/lib/libc/stdlib/tsearch.c')
-rw-r--r-- | src/lib/libc/stdlib/tsearch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/tsearch.c b/src/lib/libc/stdlib/tsearch.c index 6a525e8bf0..1dd31454eb 100644 --- a/src/lib/libc/stdlib/tsearch.c +++ b/src/lib/libc/stdlib/tsearch.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tsearch.c,v 1.9 2015/08/20 21:49:29 deraadt Exp $ */ | 1 | /* $OpenBSD: tsearch.c,v 1.10 2015/09/26 16:03:48 guenther Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Tree search generalized from Knuth (6.2.2) Algorithm T just like | 4 | * Tree search generalized from Knuth (6.2.2) Algorithm T just like |
@@ -10,7 +10,6 @@ | |||
10 | * | 10 | * |
11 | * Totally public domain. | 11 | * Totally public domain. |
12 | */ | 12 | */ |
13 | /*LINTLIBRARY*/ | ||
14 | 13 | ||
15 | #include <search.h> | 14 | #include <search.h> |
16 | #include <stdlib.h> | 15 | #include <stdlib.h> |