diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-06-24 17:15:55 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-06-24 17:15:55 +0000 |
commit | 9c33fa507fe26ac5b626bb0e1aff44a6441d3af9 (patch) | |
tree | a6b07343c2e73fdc6f2f1a2a1970d4950c69f75e /lib/csu/mvme88k/crt0.c | |
parent | 256fb6078cc62c861683c8c0db248cf204fd41a5 (diff) |
Use OpenBSD tags and not SCCS or RCS Id tags
Diffstat (limited to 'lib/csu/mvme88k/crt0.c')
-rw-r--r-- | lib/csu/mvme88k/crt0.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/csu/mvme88k/crt0.c b/lib/csu/mvme88k/crt0.c index 28f6b5292fe..3df266bd530 100644 --- a/lib/csu/mvme88k/crt0.c +++ b/lib/csu/mvme88k/crt0.c @@ -1,3 +1,5 @@ +/* $OpenBSD: crt0.c,v 1.4 1997/06/24 17:15:51 tholo Exp $ */ + /* * Mach Operating System * Copyright (c) 1991, 1992 Carnegie Mellon University @@ -25,6 +27,10 @@ * the rights to redistribute these changes. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: crt0.c,v 1.4 1997/06/24 17:15:51 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + /* * Author : Jeffrey Friedl * Created: July 1992 |