summaryrefslogtreecommitdiffstats
path: root/bin/csh/hist.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/hist.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/hist.c')
-rw-r--r--bin/csh/hist.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/csh/hist.c b/bin/csh/hist.c
index 977b1d4..7b39aa5 100644
--- a/bin/csh/hist.c
+++ b/bin/csh/hist.c
@@ -36,12 +36,10 @@
static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: hist.c,v 1.5 1997/08/07 21:42:10 steve Exp $";
+ "$Id: hist.c,v 1.6 1998/02/28 10:49:57 jraynard Exp $";
#endif
#endif /* not lint */
-#include <sys/types.h>
-#include <stdlib.h>
#if __STDC__
# include <stdarg.h>
#else
OpenPOWER on IntegriCloud