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 /sbin/fsck_msdos | |
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 'sbin/fsck_msdos')
-rw-r--r-- | sbin/fsck_msdos/boot.c | 7 | ||||
-rw-r--r-- | sbin/fsck_msdos/check.c | 7 | ||||
-rw-r--r-- | sbin/fsck_msdos/dir.c | 7 | ||||
-rw-r--r-- | sbin/fsck_msdos/fat.c | 7 | ||||
-rw-r--r-- | sbin/fsck_msdos/main.c | 6 |
5 files changed, 5 insertions, 29 deletions
diff --git a/sbin/fsck_msdos/boot.c b/sbin/fsck_msdos/boot.c index 9c95f6c3e4d..3ac3ab6dbf3 100644 --- a/sbin/fsck_msdos/boot.c +++ b/sbin/fsck_msdos/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.13 2008/02/07 01:34:12 ian Exp $ */ +/* $OpenBSD: boot.c,v 1.14 2009/10/27 23:59:33 deraadt Exp $ */ /* $NetBSD: boot.c,v 1.5 1997/10/17 11:19:23 ws Exp $ */ /* @@ -33,11 +33,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - -#ifndef lint -static char rcsid[] = "$OpenBSD: boot.c,v 1.13 2008/02/07 01:34:12 ian Exp $"; -#endif /* not lint */ - #include <stdlib.h> #include <string.h> #include <ctype.h> diff --git a/sbin/fsck_msdos/check.c b/sbin/fsck_msdos/check.c index a2af26aa2a1..73bfe5368cc 100644 --- a/sbin/fsck_msdos/check.c +++ b/sbin/fsck_msdos/check.c @@ -1,4 +1,4 @@ -/* $OpenBSD: check.c,v 1.11 2006/05/27 22:30:09 thib Exp $ */ +/* $OpenBSD: check.c,v 1.12 2009/10/27 23:59:33 deraadt Exp $ */ /* $NetBSD: check.c,v 1.8 1997/10/17 11:19:29 ws Exp $ */ /* @@ -33,11 +33,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - -#ifndef lint -static char rcsid[] = "$OpenBSD: check.c,v 1.11 2006/05/27 22:30:09 thib Exp $"; -#endif /* not lint */ - #include <stdlib.h> #include <string.h> #include <ctype.h> diff --git a/sbin/fsck_msdos/dir.c b/sbin/fsck_msdos/dir.c index e45647e7ecc..ae4487e2d0a 100644 --- a/sbin/fsck_msdos/dir.c +++ b/sbin/fsck_msdos/dir.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dir.c,v 1.20 2006/05/27 22:30:09 thib Exp $ */ +/* $OpenBSD: dir.c,v 1.21 2009/10/27 23:59:33 deraadt Exp $ */ /* $NetBSD: dir.c,v 1.11 1997/10/17 11:19:35 ws Exp $ */ /* @@ -35,11 +35,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - -#ifndef lint -static char rcsid[] = "$OpenBSD: dir.c,v 1.20 2006/05/27 22:30:09 thib Exp $"; -#endif /* not lint */ - #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/sbin/fsck_msdos/fat.c b/sbin/fsck_msdos/fat.c index b7c05b4f4c0..07789da8810 100644 --- a/sbin/fsck_msdos/fat.c +++ b/sbin/fsck_msdos/fat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fat.c,v 1.17 2007/09/02 15:19:23 deraadt Exp $ */ +/* $OpenBSD: fat.c,v 1.18 2009/10/27 23:59:33 deraadt Exp $ */ /* $NetBSD: fat.c,v 1.8 1997/10/17 11:19:53 ws Exp $ */ /* @@ -33,11 +33,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - -#ifndef lint -static char rcsid[] = "$OpenBSD: fat.c,v 1.17 2007/09/02 15:19:23 deraadt Exp $"; -#endif /* not lint */ - #include <stdlib.h> #include <string.h> #include <ctype.h> diff --git a/sbin/fsck_msdos/main.c b/sbin/fsck_msdos/main.c index fb6172b70d0..75fe0f366bc 100644 --- a/sbin/fsck_msdos/main.c +++ b/sbin/fsck_msdos/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.15 2006/03/30 01:16:31 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.16 2009/10/27 23:59:33 deraadt Exp $ */ /* $NetBSD: main.c,v 1.8 1996/10/17 20:29:53 cgd Exp $ */ /* @@ -34,10 +34,6 @@ */ -#ifndef lint -static char rcsid[] = "$OpenBSD: main.c,v 1.15 2006/03/30 01:16:31 deraadt Exp $"; -#endif /* not lint */ - #include <stdlib.h> #include <string.h> #include <ctype.h> |