summaryrefslogtreecommitdiff
path: root/lib/csu/i386
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-08-04 16:33:06 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-08-04 16:33:06 +0000
commit0181c72f0a3e20c6e616012ac69a72f2641089b6 (patch)
tree96aca5c09edcc13fb2a57c258f75dc061f33addf /lib/csu/i386
parent68f737d79dd3406bf093d5de9b04ad6e3b29f653 (diff)
zap rcsid. Okay deraadt@, krw@
Diffstat (limited to 'lib/csu/i386')
-rw-r--r--lib/csu/i386/crt0.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c
index 57bb170a522..d500079e0ef 100644
--- a/lib/csu/i386/crt0.c
+++ b/lib/csu/i386/crt0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crt0.c,v 1.12 2003/11/22 00:50:48 avsm Exp $ */
+/* $OpenBSD: crt0.c,v 1.13 2005/08/04 16:33:05 espie Exp $ */
/* $NetBSD: crt0.c,v 1.20 1995/06/03 13:16:08 pk Exp $ */
/*
@@ -32,10 +32,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crt0.c,v 1.12 2003/11/22 00:50:48 avsm Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/param.h>
#include <sys/exec.h>
#include <stdlib.h>