summaryrefslogtreecommitdiff
path: root/lib/csu/vax/crt0.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/vax/crt0.c')
-rw-r--r--lib/csu/vax/crt0.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/vax/crt0.c b/lib/csu/vax/crt0.c
index 5c53d6b94e9..375a2031000 100644
--- a/lib/csu/vax/crt0.c
+++ b/lib/csu/vax/crt0.c
@@ -1,4 +1,5 @@
/* $NetBSD: crt0.c,v 1.1.2.1 1995/10/15 19:40:04 ragge Exp $ */
+/* $OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:54 tholo Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@ -32,7 +33,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "%W% (Erasmus) %G%";
+static char rcsid[] = "$OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:54 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>