diff options
Diffstat (limited to 'src/regress/lib/libc/hsearch/hsearchtest.c')
-rw-r--r-- | src/regress/lib/libc/hsearch/hsearchtest.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/regress/lib/libc/hsearch/hsearchtest.c b/src/regress/lib/libc/hsearch/hsearchtest.c index 2972b54794..8659ef7e77 100644 --- a/src/regress/lib/libc/hsearch/hsearchtest.c +++ b/src/regress/lib/libc/hsearch/hsearchtest.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: hsearchtest.c,v 1.1 2004/06/24 04:33:07 millert Exp $ */ | 1 | /* $OpenBSD: hsearchtest.c,v 1.2 2009/10/27 23:59:32 deraadt Exp $ */ |
2 | /* $NetBSD: hsearchtest.c,v 1.5 2003/07/26 19:38:46 salo Exp $ */ | 2 | /* $NetBSD: hsearchtest.c,v 1.5 2003/07/26 19:38:46 salo Exp $ */ |
3 | 3 | ||
4 | /* | 4 | /* |
@@ -39,15 +39,6 @@ | |||
39 | * Test program for hsearch() et al. | 39 | * Test program for hsearch() et al. |
40 | */ | 40 | */ |
41 | 41 | ||
42 | #ifndef lint | ||
43 | static const char copyright[] = | ||
44 | "@(#) Copyright (c) 2001 Christopher G. Demetriou. All rights reserved.\n"; | ||
45 | #endif /* not lint */ | ||
46 | |||
47 | #ifndef lint | ||
48 | static const char rcsid[] = "$OpenBSD: hsearchtest.c,v 1.1 2004/06/24 04:33:07 millert Exp $"; | ||
49 | #endif /* not lint */ | ||
50 | |||
51 | #include <search.h> | 42 | #include <search.h> |
52 | #include <stdlib.h> | 43 | #include <stdlib.h> |
53 | #include <stdio.h> | 44 | #include <stdio.h> |