summaryrefslogtreecommitdiff
path: root/lib/csu/common_elf
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1998-07-25 04:34:12 +0000
committermycroft <mycroft@NetBSD.org>1998-07-25 04:34:12 +0000
commitd005dcbce0e554ab5c1e73473cc04dbb31ea2a7b (patch)
tree9b8413d05b00af5bb6b4397faa702ea7e32c4cee /lib/csu/common_elf
parent1b12566fa8c0a8341d99415e7b815fcbbf28a9a7 (diff)
Don't pull in param.h (and therefore don't pull in unistd.h).
Diffstat (limited to 'lib/csu/common_elf')
-rw-r--r--lib/csu/common_elf/crtbegin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/csu/common_elf/crtbegin.c b/lib/csu/common_elf/crtbegin.c
index 9aa1f9cd8f2..3045844b120 100644
--- a/lib/csu/common_elf/crtbegin.c
+++ b/lib/csu/common_elf/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 <sys/param.h>
#include <sys/exec.h>
#include <sys/exec_elf.h>
#include <stdlib.h>