summaryrefslogtreecommitdiffstats
path: root/bin/csh/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/glob.c')
-rw-r--r--bin/csh/glob.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/csh/glob.c b/bin/csh/glob.c
index 78956a1..589ad61 100644
--- a/bin/csh/glob.c
+++ b/bin/csh/glob.c
@@ -36,15 +36,13 @@
static char sccsid[] = "@(#)glob.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: glob.c,v 1.9 1997/08/07 21:42:09 steve Exp $";
+ "$Id: glob.c,v 1.10 1997/08/08 00:54:03 steve Exp $";
#endif
#endif /* not lint */
#include <sys/param.h>
#include <glob.h>
#include <errno.h>
-#include <limits.h>
-#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#if __STDC__
OpenPOWER on IntegriCloud