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/sparc | |
parent | 007c3ef24e3313cf988fc15ed8c729977a7cb83a (diff) |
Fix RCS Ids
Diffstat (limited to 'lib/csu/sparc')
-rw-r--r-- | lib/csu/sparc/Makefile | 2 | ||||
-rw-r--r-- | lib/csu/sparc/crt0.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/sparc/Makefile b/lib/csu/sparc/Makefile index f6490a4d6cc..810bcb3d5a2 100644 --- a/lib/csu/sparc/Makefile +++ b/lib/csu/sparc/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.4 1999/08/20 14:11:36 niklas Exp $ # from: @(#)Makefile 5.5 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.3 1997/04/27 20:56:05 millert Exp $ CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/.. OBJS= crt0.o gcrt0.o scrt0.o diff --git a/lib/csu/sparc/crt0.c b/lib/csu/sparc/crt0.c index 3bd03b1e914..7e5d5e030ca 100644 --- a/lib/csu/sparc/crt0.c +++ b/lib/csu/sparc/crt0.c @@ -1,5 +1,5 @@ +/* $OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:36 niklas Exp $ */ /* $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. @@ -33,7 +33,7 @@ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: crt0.c,v 1.2 1997/06/24 17:15:53 tholo Exp $"; +static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 1999/08/20 14:11:36 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |