diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-04 16:33:06 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-04 16:33:06 +0000 |
commit | 0181c72f0a3e20c6e616012ac69a72f2641089b6 (patch) | |
tree | 96aca5c09edcc13fb2a57c258f75dc061f33addf /lib/csu/m88k | |
parent | 68f737d79dd3406bf093d5de9b04ad6e3b29f653 (diff) |
zap rcsid. Okay deraadt@, krw@
Diffstat (limited to 'lib/csu/m88k')
-rw-r--r-- | lib/csu/m88k/crt0.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/csu/m88k/crt0.c b/lib/csu/m88k/crt0.c index 00e194a48f3..fc4cc1ab4aa 100644 --- a/lib/csu/m88k/crt0.c +++ b/lib/csu/m88k/crt0.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crt0.c,v 1.8 2004/07/24 19:12:33 miod Exp $ */ +/* $OpenBSD: crt0.c,v 1.9 2005/08/04 16:33:05 espie Exp $ */ /* * Mach Operating System @@ -27,10 +27,6 @@ * the rights to redistribute these changes. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: crt0.c,v 1.8 2004/07/24 19:12:33 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * When a program begins, r31 points to a structure passed by the kernel. * |