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/hppa64 | |
parent | 68f737d79dd3406bf093d5de9b04ad6e3b29f653 (diff) |
zap rcsid. Okay deraadt@, krw@
Diffstat (limited to 'lib/csu/hppa64')
-rw-r--r-- | lib/csu/hppa64/crt0.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/csu/hppa64/crt0.c b/lib/csu/hppa64/crt0.c index 8da30536853..28cc23d81b7 100644 --- a/lib/csu/hppa64/crt0.c +++ b/lib/csu/hppa64/crt0.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crt0.c,v 1.1 2005/04/01 10:56:43 mickey Exp $ */ +/* $OpenBSD: crt0.c,v 1.2 2005/08/04 16:33:05 espie Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -28,10 +28,6 @@ int global __asm ("$global$") = 0; -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$OpenBSD: crt0.c,v 1.1 2005/04/01 10:56:43 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <sys/syscall.h> #include <sys/fcntl.h> |