From d005dcbce0e554ab5c1e73473cc04dbb31ea2a7b Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 25 Jul 1998 04:34:12 +0000 Subject: Don't pull in param.h (and therefore don't pull in unistd.h). --- lib/csu/alpha/crt0.c | 5 ++--- lib/csu/alpha/crtbegin.c | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'lib/csu/alpha') diff --git a/lib/csu/alpha/crt0.c b/lib/csu/alpha/crt0.c index 82d116a82b6..4ded50bd1aa 100644 --- a/lib/csu/alpha/crt0.c +++ b/lib/csu/alpha/crt0.c @@ -1,4 +1,4 @@ -/* $NetBSD: crt0.c,v 1.14 1998/03/28 00:52:07 cgd Exp $ */ +/* $NetBSD: crt0.c,v 1.15 1998/07/25 04:34:12 mycroft Exp $ */ /* * Copyright (c) 1995 Christopher G. Demetriou @@ -31,7 +31,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include @@ -139,7 +138,7 @@ __start(sp, cleanup, obj, ps_strings) * NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text. */ #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: crt0.c,v 1.14 1998/03/28 00:52:07 cgd Exp $"); +__RCSID("$NetBSD: crt0.c,v 1.15 1998/07/25 04:34:12 mycroft Exp $"); #endif /* LIBC_SCCS and not lint */ static char * diff --git a/lib/csu/alpha/crtbegin.c b/lib/csu/alpha/crtbegin.c index 9aa1f9cd8f2..3045844b120 100644 --- a/lib/csu/alpha/crtbegin.c +++ b/lib/csu/alpha/crtbegin.c @@ -1,4 +1,4 @@ -/* $NetBSD: crtbegin.c,v 1.6 1998/05/06 20:45:54 ross Exp $ */ +/* $NetBSD: crtbegin.c,v 1.7 1998/07/25 04:34:12 mycroft Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg @@ -45,7 +45,6 @@ * null-terminated. */ -#include #include #include #include -- cgit