summaryrefslogtreecommitdiff
path: root/bin/csh
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-04 02:24:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-04 02:24:48 +0000
commit9023faa39fcf19063833d6308114568a7657afe7 (patch)
tree5d336083ca440ef5ab91512fe3146dca41bd2485 /bin/csh
parent351d7a7c8f7fe76323d05f7456a41536052339e0 (diff)
remove some unnecessary sys/param.h inclusions
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/extern.h4
-rw-r--r--bin/csh/misc.c4
2 files changed, 3 insertions, 5 deletions
diff --git a/bin/csh/extern.h b/bin/csh/extern.h
index 39e38a79b45..abc3bd70710 100644
--- a/bin/csh/extern.h
+++ b/bin/csh/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.15 2005/12/11 02:41:01 deraadt Exp $ */
+/* $OpenBSD: extern.h,v 1.16 2012/12/04 02:24:46 deraadt Exp $ */
/* $NetBSD: extern.h,v 1.8 1996/10/31 23:50:54 christos Exp $ */
/*-
@@ -32,8 +32,6 @@
* @(#)extern.h 8.1 (Berkeley) 5/31/93
*/
-#include <sys/cdefs.h>
-
/*
* csh.c
*/
diff --git a/bin/csh/misc.c b/bin/csh/misc.c
index f75cbfa8051..8fb3d8f0327 100644
--- a/bin/csh/misc.c
+++ b/bin/csh/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.11 2009/10/27 23:59:21 deraadt Exp $ */
+/* $OpenBSD: misc.c,v 1.12 2012/12/04 02:24:46 deraadt Exp $ */
/* $NetBSD: misc.c,v 1.6 1995/03/21 09:03:09 cgd Exp $ */
/*-
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdarg.h>