summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorderaadt <>2009-10-27 23:59:59 +0000
committerderaadt <>2009-10-27 23:59:59 +0000
commit0343d1a4aa2712e24719f3fef30fbec3bf632419 (patch)
tree8c1fc3bc69f85513a07c474b52156f2d4840c0dc /src/lib
parent85d0fda075749b22bc1a0bed26d0b6bdce4bf10b (diff)
downloadopenbsd-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/lib')
-rw-r--r--src/lib/libc/stdlib/lsearch.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libc/stdlib/lsearch.c b/src/lib/libc/stdlib/lsearch.c
index 0815430199..a01d80e008 100644
--- a/src/lib/libc/stdlib/lsearch.c
+++ b/src/lib/libc/stdlib/lsearch.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: lsearch.c,v 1.3 2004/10/01 04:08:45 jsg Exp $ */ 1/* $OpenBSD: lsearch.c,v 1.4 2009/10/27 23:59:59 deraadt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1989, 1993 4 * Copyright (c) 1989, 1993
@@ -32,10 +32,6 @@
32 * SUCH DAMAGE. 32 * SUCH DAMAGE.
33 */ 33 */
34 34
35#if defined(LIBC_SCCS) && !defined(lint)
36static char sccsid[] = "@(#)lsearch.c 8.1 (Berkeley) 6/4/93";
37#endif /* LIBC_SCCS and not lint */
38
39#include <sys/types.h> 35#include <sys/types.h>
40#include <string.h> 36#include <string.h>
41#include <search.h> 37#include <search.h>