summaryrefslogtreecommitdiffstats
path: root/bin/csh
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-12-10 22:18:54 +0000
committereivind <eivind@FreeBSD.org>1997-12-10 22:18:54 +0000
commit2208ac1acff642528ab86ad928de033b2ebec1ab (patch)
treee10c194abd1c5b693eae26b6ecf96e904dcfc92d /bin/csh
parentdb8034d25a40e9c0c216d0d4a0f6a3679b6d6e42 (diff)
downloadFreeBSD-src-2208ac1acff642528ab86ad928de033b2ebec1ab.zip
FreeBSD-src-2208ac1acff642528ab86ad928de033b2ebec1ab.tar.gz
Remove simultaneous include of <sys/param.h> and <sys/types.h>.
Reorder includes to be alphabetical some places since I already was in here.
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/csh.c5
-rw-r--r--bin/csh/exec.c3
2 files changed, 3 insertions, 5 deletions
diff --git a/bin/csh/csh.c b/bin/csh/csh.c
index 91f1eca..3504806 100644
--- a/bin/csh/csh.c
+++ b/bin/csh/csh.c
@@ -42,14 +42,13 @@ static const char copyright[] =
static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93";
#else
static const char rcsid[] =
- "$Id: csh.c,v 1.10 1997/08/08 00:49:25 steve Exp $";
+ "$Id: csh.c,v 1.11 1997/10/07 16:27:48 eivind Exp $";
#endif
#endif /* not lint */
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
-#include <sys/param.h>
#include <fcntl.h>
#include <errno.h>
#include <pwd.h>
diff --git a/bin/csh/exec.c b/bin/csh/exec.c
index 1815eae..cee1cbc 100644
--- a/bin/csh/exec.c
+++ b/bin/csh/exec.c
@@ -36,11 +36,10 @@
static char sccsid[] = "@(#)exec.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: exec.c,v 1.6 1997/02/22 14:01:50 peter Exp $";
+ "$Id: exec.c,v 1.7 1997/08/07 21:42:07 steve Exp $";
#endif
#endif /* not lint */
-#include <sys/types.h>
#include <sys/param.h>
#include <dirent.h>
#include <fcntl.h>
OpenPOWER on IntegriCloud