diff options
author | 1997-06-24 17:15:49 +0000 | |
---|---|---|
committer | 1997-06-24 17:15:49 +0000 | |
commit | 87119482505bc7fc379eca987013c0d2b2d0ee04 (patch) | |
tree | 7a7dcd1317d8b161ed5d2f5187d8f279150d99eb /lib/csu/sparc | |
parent | Force driver into store-forward mode on cards that support it. This increases (diff) | |
download | wireguard-openbsd-87119482505bc7fc379eca987013c0d2b2d0ee04.tar.xz wireguard-openbsd-87119482505bc7fc379eca987013c0d2b2d0ee04.zip |
Use OpenBSD tags and not SCCS or RCS Id tags
Diffstat (limited to 'lib/csu/sparc')
-rw-r--r-- | lib/csu/sparc/crt0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/sparc/crt0.c b/lib/csu/sparc/crt0.c index 45dce4e521a..3bd03b1e914 100644 --- a/lib/csu/sparc/crt0.c +++ b/lib/csu/sparc/crt0.c @@ -1,4 +1,5 @@ /* $NetBSD: crt0.c,v 1.15 1995/06/15 21:41:55 pk Exp $ */ +/* $OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:53 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:53 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |