summaryrefslogtreecommitdiffstats
path: root/bin/csh/exp.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/exp.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/exp.c')
-rw-r--r--bin/csh/exp.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/csh/exp.c b/bin/csh/exp.c
index 8d163cf..3ca1989 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
OpenPOWER on IntegriCloud