Browse Source

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
OPENBSD_4_7
deraadt 15 years ago
parent
commit
46f44e2831
2 changed files with 2 additions and 10 deletions
  1. +1
    -5
      src/lib/libc/stdlib/lsearch.c
  2. +1
    -5
      src/lib/libutil/uucplock.c

+ 1
- 5
src/lib/libc/stdlib/lsearch.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: lsearch.c,v 1.3 2004/10/01 04:08:45 jsg Exp $ */
/* $OpenBSD: lsearch.c,v 1.4 2009/10/27 23:59:59 deraadt Exp $ */
/*
* Copyright (c) 1989, 1993
@ -32,10 +32,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)lsearch.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <string.h>
#include <search.h>


+ 1
- 5
src/lib/libutil/uucplock.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: uucplock.c,v 1.15 2006/03/30 20:56:54 deraadt Exp $ */
/* $OpenBSD: uucplock.c,v 1.16 2009/10/27 23:59:30 deraadt Exp $ */
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
@ -30,10 +30,6 @@
*
*/
#ifndef lint
static const char sccsid[] = "@(#)uucplock.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>


Loading…
Cancel
Save