diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 00:00:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 00:00:00 +0000 |
commit | d6f987883e262363e2689803a36a7c32736476cc (patch) | |
tree | 1158893c08ead8fccdd4ac523d3492f68c4c1cda /lib/libcompat | |
parent | 94ea65f5c4b7bedff1d6c9caca5363f926955d43 (diff) |
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 'lib/libcompat')
-rw-r--r-- | lib/libcompat/4.1/ftime.c | 6 | ||||
-rw-r--r-- | lib/libcompat/4.1/gtty.c | 6 | ||||
-rw-r--r-- | lib/libcompat/4.1/stty.c | 6 | ||||
-rw-r--r-- | lib/libcompat/4.3/regex.c | 7 | ||||
-rw-r--r-- | lib/libcompat/4.3/rexec.c | 4 | ||||
-rw-r--r-- | lib/libcompat/4.3/setrgid.c | 4 | ||||
-rw-r--r-- | lib/libcompat/4.3/setruid.c | 4 | ||||
-rw-r--r-- | lib/libcompat/4.4/cuserid.c | 4 | ||||
-rw-r--r-- | lib/libcompat/regexp/regerror.c | 6 | ||||
-rw-r--r-- | lib/libcompat/regexp/regexp.c | 6 | ||||
-rw-r--r-- | lib/libcompat/regexp/regsub.c | 6 |
11 files changed, 7 insertions, 52 deletions
diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c index 3bd1e01ed5f..7e2d78faba3 100644 --- a/lib/libcompat/4.1/ftime.c +++ b/lib/libcompat/4.1/ftime.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftime.c,v 1.5 2003/06/03 21:09:00 deraadt Exp $ */ +/* $OpenBSD: ftime.c,v 1.6 2009/10/27 23:59:28 deraadt Exp $ */ /* * Copyright (c) 1997, Jason Downs. All rights reserved. @@ -55,10 +55,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static char rcsid[] = "$OpenBSD: ftime.c,v 1.5 2003/06/03 21:09:00 deraadt Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/time.h> #include <sys/timeb.h> diff --git a/lib/libcompat/4.1/gtty.c b/lib/libcompat/4.1/gtty.c index 465bd16f1bc..050bb2978a6 100644 --- a/lib/libcompat/4.1/gtty.c +++ b/lib/libcompat/4.1/gtty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gtty.c,v 1.2 2000/03/02 00:29:47 todd Exp $ */ +/* $OpenBSD: gtty.c,v 1.3 2009/10/27 23:59:28 deraadt Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -30,10 +30,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static char rcsid[] = "$OpenBSD: gtty.c,v 1.2 2000/03/02 00:29:47 todd Exp $"; -#endif /* not lint */ - #include <sgtty.h> /* diff --git a/lib/libcompat/4.1/stty.c b/lib/libcompat/4.1/stty.c index 53ae840c78f..f8aa1b52ad4 100644 --- a/lib/libcompat/4.1/stty.c +++ b/lib/libcompat/4.1/stty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stty.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */ +/* $OpenBSD: stty.c,v 1.3 2009/10/27 23:59:28 deraadt Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -30,10 +30,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static char rcsid[] = "$OpenBSD: stty.c,v 1.2 2000/03/02 00:29:48 todd Exp $"; -#endif /* not lint */ - #include <sgtty.h> /* diff --git a/lib/libcompat/4.3/regex.c b/lib/libcompat/4.3/regex.c index 4e248a71907..fae44db652f 100644 --- a/lib/libcompat/4.3/regex.c +++ b/lib/libcompat/4.3/regex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: regex.c,v 1.6 2003/06/26 23:19:32 deraadt Exp $ */ +/* $OpenBSD: regex.c,v 1.7 2009/10/27 23:59:28 deraadt Exp $ */ /*- * Copyright (c) 1992 The Regents of the University of California. @@ -39,11 +39,6 @@ * but most programs should be fine. */ -#if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)regex.c 5.1 (Berkeley) 3/29/92";*/ -static char rcsid[] = "$OpenBSD: regex.c,v 1.6 2003/06/26 23:19:32 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <stddef.h> #include <regexp.h> diff --git a/lib/libcompat/4.3/rexec.c b/lib/libcompat/4.3/rexec.c index fa9cd2c0993..e4b7cd58a34 100644 --- a/lib/libcompat/4.3/rexec.c +++ b/lib/libcompat/4.3/rexec.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)rexec.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/socket.h> diff --git a/lib/libcompat/4.3/setrgid.c b/lib/libcompat/4.3/setrgid.c index 72290a2ee71..fc0a6f1fe63 100644 --- a/lib/libcompat/4.3/setrgid.c +++ b/lib/libcompat/4.3/setrgid.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: setrgid.c,v 1.2 2003/06/02 20:18:40 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <unistd.h> diff --git a/lib/libcompat/4.3/setruid.c b/lib/libcompat/4.3/setruid.c index d7f190d2974..0089cfbece7 100644 --- a/lib/libcompat/4.3/setruid.c +++ b/lib/libcompat/4.3/setruid.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: setruid.c,v 1.2 2003/06/02 20:18:40 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <unistd.h> diff --git a/lib/libcompat/4.4/cuserid.c b/lib/libcompat/4.4/cuserid.c index 9afd2417e18..cbf5a3758e8 100644 --- a/lib/libcompat/4.4/cuserid.c +++ b/lib/libcompat/4.4/cuserid.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)cuserid.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include <pwd.h> #include <stdio.h> #include <string.h> diff --git a/lib/libcompat/regexp/regerror.c b/lib/libcompat/regexp/regerror.c index 92bb8996643..86dd12fa6f5 100644 --- a/lib/libcompat/regexp/regerror.c +++ b/lib/libcompat/regexp/regerror.c @@ -1,8 +1,4 @@ -/* $OpenBSD: regerror.c,v 1.6 2003/07/18 23:05:13 david Exp $ */ -#ifndef lint -static char *rcsid = "$OpenBSD: regerror.c,v 1.6 2003/07/18 23:05:13 david Exp $"; -#endif /* not lint */ - +/* $OpenBSD: regerror.c,v 1.7 2009/10/27 23:59:28 deraadt Exp $ */ #include <err.h> #include <regexp.h> #include <stdio.h> diff --git a/lib/libcompat/regexp/regexp.c b/lib/libcompat/regexp/regexp.c index dee45ed3efd..23f5b29ef45 100644 --- a/lib/libcompat/regexp/regexp.c +++ b/lib/libcompat/regexp/regexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: regexp.c,v 1.5 2006/04/09 04:58:37 deraadt Exp $ */ +/* $OpenBSD: regexp.c,v 1.6 2009/10/27 23:59:28 deraadt Exp $ */ /* * regcomp and regexec -- regsub and regerror are elsewhere @@ -35,10 +35,6 @@ * regular-expression syntax might require a total rethink. */ -#ifndef lint -static char *rcsid = "$OpenBSD: regexp.c,v 1.5 2006/04/09 04:58:37 deraadt Exp $"; -#endif /* not lint */ - #include <regexp.h> #include <stdio.h> #include <ctype.h> diff --git a/lib/libcompat/regexp/regsub.c b/lib/libcompat/regexp/regsub.c index ab457a2c17b..1454a3ae503 100644 --- a/lib/libcompat/regexp/regsub.c +++ b/lib/libcompat/regexp/regsub.c @@ -1,4 +1,4 @@ -/* $OpenBSD: regsub.c,v 1.3 1996/12/14 07:01:29 tholo Exp $ */ +/* $OpenBSD: regsub.c,v 1.4 2009/10/27 23:59:28 deraadt Exp $ */ /* * regsub @@ -21,10 +21,6 @@ * be misrepresented as being the original software. */ -#ifndef lint -static char *rcsid = "$OpenBSD: regsub.c,v 1.3 1996/12/14 07:01:29 tholo Exp $"; -#endif /* not lint */ - #include <regexp.h> #include <stdio.h> #include <string.h> |