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 /usr.bin/cmp | |
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 'usr.bin/cmp')
-rw-r--r-- | usr.bin/cmp/cmp.c | 16 | ||||
-rw-r--r-- | usr.bin/cmp/misc.c | 10 | ||||
-rw-r--r-- | usr.bin/cmp/regular.c | 10 | ||||
-rw-r--r-- | usr.bin/cmp/special.c | 10 |
4 files changed, 4 insertions, 42 deletions
diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index cb7ae3765b2..80c9a1db8c8 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmp.c,v 1.11 2003/06/10 22:20:45 deraadt Exp $ */ +/* $OpenBSD: cmp.c,v 1.12 2009/10/27 23:59:36 deraadt Exp $ */ /* $NetBSD: cmp.c,v 1.7 1995/09/08 03:22:56 tls Exp $ */ /* @@ -30,20 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1987, 1990, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94"; -#else -static char rcsid[] = "$OpenBSD: cmp.c,v 1.11 2003/06/10 22:20:45 deraadt Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index a3677f75048..c9a4cb56b55 100644 --- a/usr.bin/cmp/misc.c +++ b/usr.bin/cmp/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.4 2003/06/03 02:56:06 millert Exp $ */ +/* $OpenBSD: misc.c,v 1.5 2009/10/27 23:59:36 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.2 1995/09/08 03:22:58 tls Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; -#else -static char rcsid[] = "$OpenBSD: misc.c,v 1.4 2003/06/03 02:56:06 millert Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <err.h> diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 3056b0eaa2d..fdcca69a5e4 100644 --- a/usr.bin/cmp/regular.c +++ b/usr.bin/cmp/regular.c @@ -1,4 +1,4 @@ -/* $OpenBSD: regular.c,v 1.8 2003/11/21 21:41:38 mickey Exp $ */ +/* $OpenBSD: regular.c,v 1.9 2009/10/27 23:59:36 deraadt Exp $ */ /* $NetBSD: regular.c,v 1.2 1995/09/08 03:22:59 tls Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94"; -#else -static char rcsid[] = "$OpenBSD: regular.c,v 1.8 2003/11/21 21:41:38 mickey Exp $"; -#endif -#endif /* not lint */ - #include <sys/param.h> #include <sys/mman.h> #include <sys/stat.h> diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index 6753312855f..0fcc85031cb 100644 --- a/usr.bin/cmp/special.c +++ b/usr.bin/cmp/special.c @@ -1,4 +1,4 @@ -/* $OpenBSD: special.c,v 1.5 2003/06/03 02:56:06 millert Exp $ */ +/* $OpenBSD: special.c,v 1.6 2009/10/27 23:59:36 deraadt Exp $ */ /* $NetBSD: special.c,v 1.2 1995/09/08 03:23:00 tls Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94"; -#else -static char rcsid[] = "$OpenBSD: special.c,v 1.5 2003/06/03 02:56:06 millert Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <err.h> |