diff options
Diffstat (limited to 'lib/csu/m68k/crt0.c')
-rw-r--r-- | lib/csu/m68k/crt0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/m68k/crt0.c b/lib/csu/m68k/crt0.c index a864ed22dd7..bff5634e3b5 100644 --- a/lib/csu/m68k/crt0.c +++ b/lib/csu/m68k/crt0.c @@ -1,5 +1,5 @@ +/* $OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:35 niklas Exp $ */ /* $NetBSD: crt0.c,v 1.14 1995/06/03 13:16:11 pk Exp $ */ -/* $OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:50 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:50 tholo Exp $"; +static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:35 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |