diff options
| author | mycroft <mycroft@NetBSD.org> | 1998-07-25 04:34:12 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1998-07-25 04:34:12 +0000 |
| commit | d005dcbce0e554ab5c1e73473cc04dbb31ea2a7b (patch) | |
| tree | 9b8413d05b00af5bb6b4397faa702ea7e32c4cee /lib/csu/mips | |
| parent | 1b12566fa8c0a8341d99415e7b815fcbbf28a9a7 (diff) | |
Don't pull in param.h (and therefore don't pull in unistd.h).
Diffstat (limited to 'lib/csu/mips')
| -rw-r--r-- | lib/csu/mips/crt0.c | 7 | ||||
| -rw-r--r-- | lib/csu/mips/crtbegin.c | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/lib/csu/mips/crt0.c b/lib/csu/mips/crt0.c index 6a5c53aef06..d072c7cf1ed 100644 --- a/lib/csu/mips/crt0.c +++ b/lib/csu/mips/crt0.c @@ -1,4 +1,4 @@ -/* $NetBSD: crt0.c,v 1.7 1998/02/07 20:44:40 thorpej Exp $ */ +/* $NetBSD: crt0.c,v 1.8 1998/07/25 04:34:13 mycroft Exp $ */ /* * Copyright (c) 1995 Christopher G. Demetriou @@ -37,13 +37,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> - #ifdef ECOFF_COMPAT #undef DYNAMIC #endif -#include <sys/param.h> #include <sys/exec.h> #include <sys/syscall.h> #include <vm/vm.h> @@ -227,7 +224,7 @@ __start(sp, cleanup, obj, ps_strings) * is the entrypoint. (Only needed for old toolchains). */ #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: crt0.c,v 1.7 1998/02/07 20:44:40 thorpej Exp $"); +__RCSID("$NetBSD: crt0.c,v 1.8 1998/07/25 04:34:13 mycroft Exp $"); #endif /* LIBC_SCCS and not lint */ diff --git a/lib/csu/mips/crtbegin.c b/lib/csu/mips/crtbegin.c index d4413d7bc13..721d4ed748a 100644 --- a/lib/csu/mips/crtbegin.c +++ b/lib/csu/mips/crtbegin.c @@ -1,4 +1,4 @@ -/* $NetBSD: crtbegin.c,v 1.1 1998/05/09 03:48:37 mrg Exp $ */ +/* $NetBSD: crtbegin.c,v 1.2 1998/07/25 04:34:13 mycroft Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg @@ -45,7 +45,6 @@ * null-terminated. */ -#include <sys/param.h> #include <sys/exec.h> #include <sys/exec_elf.h> #include <stdlib.h> |
