diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-04 16:33:06 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-04 16:33:06 +0000 |
commit | 0181c72f0a3e20c6e616012ac69a72f2641089b6 (patch) | |
tree | 96aca5c09edcc13fb2a57c258f75dc061f33addf /lib/csu/mips64 | |
parent | 68f737d79dd3406bf093d5de9b04ad6e3b29f653 (diff) |
zap rcsid. Okay deraadt@, krw@
Diffstat (limited to 'lib/csu/mips64')
-rw-r--r-- | lib/csu/mips64/crt0.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/csu/mips64/crt0.c b/lib/csu/mips64/crt0.c index 8e40d40676f..9bc9a354e60 100644 --- a/lib/csu/mips64/crt0.c +++ b/lib/csu/mips64/crt0.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crt0.c,v 1.3 2004/09/09 17:45:26 pefo Exp $ */ +/* $OpenBSD: crt0.c,v 1.4 2005/08/04 16:33:05 espie Exp $ */ /* $NetBSD: crt0.c,v 1.7 1995/06/03 13:16:15 pk Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg @@ -31,10 +31,6 @@ * */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 2004/09/09 17:45:26 pefo Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <stdlib.h> #include <unistd.h> |