diff options
Diffstat (limited to 'lib/csu/sparc/crt0.c')
-rw-r--r-- | lib/csu/sparc/crt0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/sparc/crt0.c b/lib/csu/sparc/crt0.c index 45dce4e521a..3bd03b1e914 100644 --- a/lib/csu/sparc/crt0.c +++ b/lib/csu/sparc/crt0.c @@ -1,4 +1,5 @@ /* $NetBSD: crt0.c,v 1.15 1995/06/15 21:41:55 pk Exp $ */ +/* $OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:53 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:53 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |