summaryrefslogtreecommitdiffstats
path: root/bin/csh
diff options
context:
space:
mode:
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