summaryrefslogtreecommitdiff
path: root/lib/csu/alpha/crt0.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/alpha/crt0.c')
-rw-r--r--lib/csu/alpha/crt0.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/csu/alpha/crt0.c b/lib/csu/alpha/crt0.c
index dcc280046bd..cb4068aee03 100644
--- a/lib/csu/alpha/crt0.c
+++ b/lib/csu/alpha/crt0.c
@@ -1,5 +1,5 @@
/* $NetBSD: crt0.c,v 1.1 1996/09/12 16:59:02 cgd Exp $ */
-
+/* $OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:49 tholo Exp $ */
/*
* Copyright (c) 1995 Christopher G. Demetriou
* All rights reserved.
@@ -31,6 +31,10 @@
* 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.2 1997/06/24 17:15:49 tholo Exp $";
+#endif /* LIBC_SCCS and not lint */
+
#ifdef ECOFF_COMPAT
#undef DYNAMIC
#endif