diff options
author | deraadt <> | 2009-10-27 23:59:59 +0000 |
---|---|---|
committer | deraadt <> | 2009-10-27 23:59:59 +0000 |
commit | 0343d1a4aa2712e24719f3fef30fbec3bf632419 (patch) | |
tree | 8c1fc3bc69f85513a07c474b52156f2d4840c0dc /src/regress/lib/libc/hsearch | |
parent | 85d0fda075749b22bc1a0bed26d0b6bdce4bf10b (diff) | |
download | openbsd-0343d1a4aa2712e24719f3fef30fbec3bf632419.tar.gz openbsd-0343d1a4aa2712e24719f3fef30fbec3bf632419.tar.bz2 openbsd-0343d1a4aa2712e24719f3fef30fbec3bf632419.zip |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
Diffstat (limited to 'src/regress/lib/libc/hsearch')
-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> |