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/file.c | |
| parent | 4c95995fe073d4bf49b0dabd8e6725ae707a8eac (diff) | |
Notes
Diffstat (limited to 'bin/csh/file.c')
| -rw-r--r-- | bin/csh/file.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/csh/file.c b/bin/csh/file.c index 91e4b872b6ba..6a3f94b077b2 100644 --- a/bin/csh/file.c +++ b/bin/csh/file.c @@ -36,23 +36,19 @@ static char sccsid[] = "@(#)file.c 8.2 (Berkeley) 3/19/94"; #else static const char rcsid[] = - "$Id: file.c,v 1.7 1997/08/07 21:42:08 steve Exp $"; + "$Id: file.c,v 1.8 1998/02/01 17:11:01 steve Exp $"; #endif #endif /* not lint */ #ifdef FILEC #include <sys/param.h> -#include <sys/ioctl.h> #include <sys/stat.h> #include <termios.h> #include <dirent.h> #include <pwd.h> #include <stdlib.h> #include <unistd.h> -#ifndef SHORT_STRINGS -#include <string.h> -#endif /* SHORT_STRINGS */ #if __STDC__ # include <stdarg.h> #else |
