diff options
Diffstat (limited to 'lib/csu/vax/crt0.c')
-rw-r--r-- | lib/csu/vax/crt0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/vax/crt0.c b/lib/csu/vax/crt0.c index 375a2031000..509c4882ed8 100644 --- a/lib/csu/vax/crt0.c +++ b/lib/csu/vax/crt0.c @@ -1,5 +1,5 @@ +/* $OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:36 niklas Exp $ */ /* $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. @@ -33,7 +33,7 @@ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:54 tholo Exp $"; +static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:36 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |