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/mips/crt0.S | |
parent | 007c3ef24e3313cf988fc15ed8c729977a7cb83a (diff) |
Fix RCS Ids
Diffstat (limited to 'lib/csu/mips/crt0.S')
-rw-r--r-- | lib/csu/mips/crt0.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/mips/crt0.S b/lib/csu/mips/crt0.S index a59e49ae140..8d19c126ebc 100644 --- a/lib/csu/mips/crt0.S +++ b/lib/csu/mips/crt0.S @@ -1,3 +1,5 @@ +/* $OpenBSD: crt0.S,v 1.2 1999/08/20 14:11:35 niklas Exp $ */ + /* * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -34,7 +36,6 @@ * SUCH DAMAGE. * * from: @(#)crt0.s 8.2 (Berkeley) 3/21/94 - * $Id: crt0.S,v 1.1 1995/10/18 08:41:18 deraadt Exp $ */ #include <machine/regdef.h> |