diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1998-05-06 06:51:42 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1998-05-06 06:51:42 +0000 |
| commit | cbf6f7d3584de28d976725bf3989eb9ca5baf3af (patch) | |
| tree | 4285e9dc3ec49aef4d38cdfe544a26c14e399c7f /bin/csh/exp.c | |
| parent | 4c95995fe073d4bf49b0dabd8e6725ae707a8eac (diff) | |
Notes
Diffstat (limited to 'bin/csh/exp.c')
| -rw-r--r-- | bin/csh/exp.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/csh/exp.c b/bin/csh/exp.c index 8d163cf01fec..3ca19899b86e 100644 --- a/bin/csh/exp.c +++ b/bin/csh/exp.c @@ -36,17 +36,12 @@ static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: exp.c,v 1.4 1997/02/22 14:01:52 peter Exp $"; + "$Id: exp.c,v 1.5 1997/08/07 21:42:07 steve Exp $"; #endif #endif /* not lint */ -#include <sys/types.h> #include <sys/stat.h> -#include <stdlib.h> #include <unistd.h> -#ifndef SHORT_STRINGS -#include <string.h> -#endif /* SHORT_STRINGS */ #if __STDC__ # include <stdarg.h> #else |
