summaryrefslogtreecommitdiff
path: root/lib/csu/m68k/crt0.c
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1997-06-24 17:15:55 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1997-06-24 17:15:55 +0000
commit9c33fa507fe26ac5b626bb0e1aff44a6441d3af9 (patch)
treea6b07343c2e73fdc6f2f1a2a1970d4950c69f75e /lib/csu/m68k/crt0.c
parent256fb6078cc62c861683c8c0db248cf204fd41a5 (diff)
Use OpenBSD tags and not SCCS or RCS Id tags
Diffstat (limited to 'lib/csu/m68k/crt0.c')
-rw-r--r--lib/csu/m68k/crt0.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/m68k/crt0.c b/lib/csu/m68k/crt0.c
index 3f08eab70b7..a864ed22dd7 100644
--- a/lib/csu/m68k/crt0.c
+++ b/lib/csu/m68k/crt0.c
@@ -1,4 +1,5 @@
/* $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.
@@ -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:50 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>