aboutsummaryrefslogtreecommitdiff
path: root/bin/csh/err.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/err.c')
-rw-r--r--bin/csh/err.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/csh/err.c b/bin/csh/err.c
index 8341ae74daaf..4419f7cfd37c 100644
--- a/bin/csh/err.c
+++ b/bin/csh/err.c
@@ -36,12 +36,10 @@
static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: err.c,v 1.5 1997/08/07 21:42:06 steve Exp $";
+ "$Id: err.c,v 1.6 1997/10/07 16:33:22 eivind Exp $";
#endif
#endif /* not lint */
-#include <sys/types.h>
-#include <stdlib.h>
#include <unistd.h>
#if __STDC__
# include <stdarg.h>