summaryrefslogtreecommitdiff
path: root/lib/csu/vax/crt0.c
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/vax/crt0.c
parent68f737d79dd3406bf093d5de9b04ad6e3b29f653 (diff)
zap rcsid. Okay deraadt@, krw@
Diffstat (limited to 'lib/csu/vax/crt0.c')
-rw-r--r--lib/csu/vax/crt0.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/csu/vax/crt0.c b/lib/csu/vax/crt0.c
index 47db33744ed..a0132be6f5d 100644
--- a/lib/csu/vax/crt0.c
+++ b/lib/csu/vax/crt0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crt0.c,v 1.8 2003/02/28 18:05:51 deraadt Exp $ */
+/* $OpenBSD: crt0.c,v 1.9 2005/08/04 16:33:05 espie Exp $ */
/* $NetBSD: crt0.c,v 1.1.2.1 1995/10/15 19:40:04 ragge Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@@ -32,10 +32,6 @@
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crt0.c,v 1.8 2003/02/28 18:05:51 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/param.h>
#include <stdlib.h>