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/misc.c | |
parent | c1fb72af034fd49539274309e077944b65f7c5e9 (diff) |
zap rcsid. It's not ramdisk, but they still take space.
Diffstat (limited to 'usr.bin/m4/misc.c')
-rw-r--r-- | usr.bin/m4/misc.c | 10 |
1 files changed, 1 insertions, 9 deletions
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> |