summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authorderaadt <>2009-10-27 23:59:59 +0000
committerderaadt <>2009-10-27 23:59:59 +0000
commit4e04ad15cf88ddc52057cc9d19ae371de3d509c2 (patch)
tree8c1fc3bc69f85513a07c474b52156f2d4840c0dc /src/lib/libc
parent5bac42b6ff75614d0b7456862f14c22739582e79 (diff)
downloadopenbsd-4e04ad15cf88ddc52057cc9d19ae371de3d509c2.tar.gz
openbsd-4e04ad15cf88ddc52057cc9d19ae371de3d509c2.tar.bz2
openbsd-4e04ad15cf88ddc52057cc9d19ae371de3d509c2.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/libc')
-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>