diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-06 16:22:27 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-06 16:22:27 +0000 |
commit | 118d4ab15d367ac6efc5fcf0bf7bcc837ecdf655 (patch) | |
tree | f982730bb801722763a977b2a5c3de5739b0d32c /usr.bin/m4 | |
parent | c1fb72af034fd49539274309e077944b65f7c5e9 (diff) |
zap rcsid. It's not ramdisk, but they still take space.
Diffstat (limited to 'usr.bin/m4')
-rw-r--r-- | usr.bin/m4/eval.c | 10 | ||||
-rw-r--r-- | usr.bin/m4/look.c | 6 | ||||
-rw-r--r-- | usr.bin/m4/main.c | 16 | ||||
-rw-r--r-- | usr.bin/m4/misc.c | 10 |
4 files changed, 4 insertions, 38 deletions
diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index 9613afe8929..926b86c6229 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eval.c,v 1.56 2005/05/29 18:44:36 espie Exp $ */ +/* $OpenBSD: eval.c,v 1.57 2005/08/06 16:22:26 espie Exp $ */ /* $NetBSD: eval.c,v 1.7 1996/11/10 21:21:29 pk Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)eval.c 8.2 (Berkeley) 4/27/95"; -#else -static char rcsid[] = "$OpenBSD: eval.c,v 1.56 2005/05/29 18:44:36 espie Exp $"; -#endif -#endif /* not lint */ - /* * eval.c * Facility: m4 macro processor diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c index c455fe0963a..4eeb99e0e2a 100644 --- a/usr.bin/m4/look.c +++ b/usr.bin/m4/look.c @@ -1,4 +1,4 @@ -/* $OpenBSD: look.c,v 1.16 2003/11/17 17:12:10 espie Exp $ */ +/* $OpenBSD: look.c,v 1.17 2005/08/06 16:22:26 espie Exp $ */ /* * Copyright (c) 1989, 1993 @@ -32,10 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)look.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ - /* * look.c * Facility: m4 macro processor diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 9690338820b..3a34f113e0c 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.66 2005/03/02 10:12:15 espie Exp $ */ +/* $OpenBSD: main.c,v 1.67 2005/08/06 16:22:26 espie Exp $ */ /* $NetBSD: main.c,v 1.12 1997/02/08 23:54:49 cgd Exp $ */ /*- @@ -33,20 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; -#else -static char rcsid[] = "$OpenBSD: main.c,v 1.66 2005/03/02 10:12:15 espie Exp $"; -#endif -#endif /* not lint */ - /* * main.c * Facility: m4 macro processor diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index cf608d36024..e71716978d3 100644 --- a/usr.bin/m4/misc.c +++ b/usr.bin/m4/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.31 2005/05/29 18:44:36 espie Exp $ */ +/* $OpenBSD: misc.c,v 1.32 2005/08/06 16:22:26 espie Exp $ */ /* $NetBSD: misc.c,v 1.6 1995/09/28 05:37:41 tls Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; -#else -static char rcsid[] = "$OpenBSD: misc.c,v 1.31 2005/05/29 18:44:36 espie Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <errno.h> #include <unistd.h> |