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 | |
parent | 007c3ef24e3313cf988fc15ed8c729977a7cb83a (diff) |
Fix RCS Ids
Diffstat (limited to 'lib/csu/mips')
-rw-r--r-- | lib/csu/mips/Makefile | 2 | ||||
-rw-r--r-- | lib/csu/mips/crt0.S | 3 | ||||
-rw-r--r-- | lib/csu/mips/crt0.c | 4 | ||||
-rw-r--r-- | lib/csu/mips/crtn.c | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/lib/csu/mips/Makefile b/lib/csu/mips/Makefile index 58e05c5546e..caab2a269c8 100644 --- a/lib/csu/mips/Makefile +++ b/lib/csu/mips/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.9 1999/08/20 14:11:35 niklas Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/1/93 -# $Id: Makefile,v 1.8 1997/04/27 20:56:02 millert Exp $ CFLAGS+= -DLIBC_SCCS -I${.CURDIR} OBJS= crt0.o gcrt0.o scrt0.o crtn.o 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> diff --git a/lib/csu/mips/crt0.c b/lib/csu/mips/crt0.c index 504e0360225..a67eaefb8d6 100644 --- a/lib/csu/mips/crt0.c +++ b/lib/csu/mips/crt0.c @@ -1,5 +1,5 @@ +/* $OpenBSD: crt0.c,v 1.4 1999/08/20 14:11:35 niklas Exp $ */ /* $NetBSD: crt0.c,v 1.7 1995/06/03 13:16:15 pk Exp $ */ -/* $OpenBSD: crt0.c,v 1.3 1997/07/23 20:39:31 kstailey Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 1997/07/23 20:39:31 kstailey Exp $"; +static char rcsid[] = "$OpenBSD: crt0.c,v 1.4 1999/08/20 14:11:35 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/csu/mips/crtn.c b/lib/csu/mips/crtn.c index 9617679e801..d25502a8de1 100644 --- a/lib/csu/mips/crtn.c +++ b/lib/csu/mips/crtn.c @@ -1,3 +1,5 @@ +/* $OpenBSD: crtn.c,v 1.2 1999/08/20 14:11:35 niklas Exp $ */ + /* * Empty file to create crtn.o. * This is something constructors/destructors |