summaryrefslogtreecommitdiffstats
path: root/bin/csh/file.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-06 06:51:42 +0000
committercharnier <charnier@FreeBSD.org>1998-05-06 06:51:42 +0000
commitc4d26d7f835032c231da4c6219c73b2679691222 (patch)
treea83653b0a70dcb5e787512cfa4954591689bf876 /bin/csh/file.c
parent32338c8e0512ee1c5643fd65a793a21fabadfcfa (diff)
downloadFreeBSD-src-c4d26d7f835032c231da4c6219c73b2679691222.zip
FreeBSD-src-c4d26d7f835032c231da4c6219c73b2679691222.tar.gz
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
Diffstat (limited to 'bin/csh/file.c')
-rw-r--r--bin/csh/file.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/csh/file.c b/bin/csh/file.c
index 91e4b87..6a3f94b 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
OpenPOWER on IntegriCloud