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/sparc | |
| parent | 1b12566fa8c0a8341d99415e7b815fcbbf28a9a7 (diff) | |
Don't pull in param.h (and therefore don't pull in unistd.h).
Diffstat (limited to 'lib/csu/sparc')
| -rw-r--r-- | lib/csu/sparc/crt0.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/csu/sparc/crt0.c b/lib/csu/sparc/crt0.c index 735b5c3fd9c..faf81c9a127 100644 --- a/lib/csu/sparc/crt0.c +++ b/lib/csu/sparc/crt0.c @@ -1,4 +1,4 @@ -/* $NetBSD: crt0.c,v 1.23 1997/10/20 16:08:28 christos Exp $ */ +/* $NetBSD: crt0.c,v 1.24 1998/07/25 04:34:13 mycroft Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg @@ -30,9 +30,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - -#include <sys/cdefs.h> -#include <sys/param.h> #include <stdlib.h> #include "common.h" @@ -222,7 +219,7 @@ __call() #include "common.c" #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: crt0.c,v 1.23 1997/10/20 16:08:28 christos Exp $"); +__RCSID("$NetBSD: crt0.c,v 1.24 1998/07/25 04:34:13 mycroft Exp $"); #endif /* LIBC_SCCS and not lint */ #ifdef MCRT0 |
