From 118d4ab15d367ac6efc5fcf0bf7bcc837ecdf655 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sat, 6 Aug 2005 16:22:27 +0000 Subject: zap rcsid. It's not ramdisk, but they still take space. --- usr.bin/m4/eval.c | 10 +--------- usr.bin/m4/look.c | 6 +----- usr.bin/m4/main.c | 16 +--------------- usr.bin/m4/misc.c | 10 +--------- 4 files changed, 4 insertions(+), 38 deletions(-) (limited to 'usr.bin') 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 #include #include -- cgit v1.2.3