summaryrefslogtreecommitdiff
path: root/lib/csu/hppa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-04 04:43:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-04 04:43:57 +0000
commit0a2ef473ecf64688381946ed150ac8750bb6e502 (patch)
tree02752e1d574a3a9dd980f3f1d51669a8d381289a /lib/csu/hppa
parentc45a89f2ea9a38e27c5a0887b210f122f3d73322 (diff)
more 3/4 cleanups for lazy developers
Diffstat (limited to 'lib/csu/hppa')
-rw-r--r--lib/csu/hppa/crt0.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/csu/hppa/crt0.c b/lib/csu/hppa/crt0.c
index 38377b68741..60e2e51f010 100644
--- a/lib/csu/hppa/crt0.c
+++ b/lib/csu/hppa/crt0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crt0.c,v 1.7 2003/05/30 20:46:10 mickey Exp $ */
+/* $OpenBSD: crt0.c,v 1.8 2003/06/04 04:43:56 deraadt Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -35,7 +30,7 @@ int global __asm ("$global$") = 0;
int sh_func_adrs __asm ("$$sh_func_adrs") = 0;
#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$OpenBSD: crt0.c,v 1.7 2003/05/30 20:46:10 mickey Exp $";
+static const char rcsid[] = "$OpenBSD: crt0.c,v 1.8 2003/06/04 04:43:56 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>