summaryrefslogtreecommitdiff
path: root/lib/csu/m68k/crt0.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-08-20 14:11:37 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-08-20 14:11:37 +0000
commita8acc5e327df56a77999c7190817540ef3c3d8d9 (patch)
tree7635452c3a184dd8e2ff37603a9bb98aa9e2b60e /lib/csu/m68k/crt0.c
parent007c3ef24e3313cf988fc15ed8c729977a7cb83a (diff)
Fix RCS Ids
Diffstat (limited to 'lib/csu/m68k/crt0.c')
-rw-r--r--lib/csu/m68k/crt0.c4
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>