diff options
Diffstat (limited to 'src/lib/libc/stdlib/tfind.c')
-rw-r--r-- | src/lib/libc/stdlib/tfind.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/tfind.c b/src/lib/libc/stdlib/tfind.c index 0d1d5196d8..49f9dbc17a 100644 --- a/src/lib/libc/stdlib/tfind.c +++ b/src/lib/libc/stdlib/tfind.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tfind.c,v 1.6 2014/03/16 18:38:30 guenther Exp $ */ | 1 | /* $OpenBSD: tfind.c,v 1.7 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 | #include <search.h> | 13 | #include <search.h> |
15 | 14 | ||
16 | typedef struct node_t | 15 | typedef struct node_t |