summaryrefslogtreecommitdiff
path: root/lib/csu/i386
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/i386
parent256fb6078cc62c861683c8c0db248cf204fd41a5 (diff)
Use OpenBSD tags and not SCCS or RCS Id tags
Diffstat (limited to 'lib/csu/i386')
-rw-r--r--lib/csu/i386/crt0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c
index d38f3bced66..e1f185b841d 100644
--- a/lib/csu/i386/crt0.c
+++ b/lib/csu/i386/crt0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crt0.c,v 1.2 1996/12/21 22:23:36 millert Exp $ */
+/* $OpenBSD: crt0.c,v 1.3 1997/06/24 17:15:49 tholo Exp $ */
/* $NetBSD: crt0.c,v 1.20 1995/06/03 13:16:08 pk Exp $ */
/*
@@ -34,7 +34,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "%W% (Erasmus) %G%";
+static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 1997/06/24 17:15:49 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>