diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-20 14:11:37 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-20 14:11:37 +0000 |
commit | a8acc5e327df56a77999c7190817540ef3c3d8d9 (patch) | |
tree | 7635452c3a184dd8e2ff37603a9bb98aa9e2b60e /lib/csu/alpha | |
parent | 007c3ef24e3313cf988fc15ed8c729977a7cb83a (diff) |
Fix RCS Ids
Diffstat (limited to 'lib/csu/alpha')
-rw-r--r-- | lib/csu/alpha/crt0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/alpha/crt0.c b/lib/csu/alpha/crt0.c index cb4068aee03..513c070968b 100644 --- a/lib/csu/alpha/crt0.c +++ b/lib/csu/alpha/crt0.c @@ -1,5 +1,5 @@ +/* $OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:34 niklas Exp $ */ /* $NetBSD: crt0.c,v 1.1 1996/09/12 16:59:02 cgd Exp $ */ -/* $OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:49 tholo Exp $ */ /* * Copyright (c) 1995 Christopher G. Demetriou * All rights reserved. @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:49 tholo Exp $"; +static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:34 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #ifdef ECOFF_COMPAT |