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/parse.c | |
| parent | 4c95995fe073d4bf49b0dabd8e6725ae707a8eac (diff) | |
Notes
Diffstat (limited to 'bin/csh/parse.c')
| -rw-r--r-- | bin/csh/parse.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/csh/parse.c b/bin/csh/parse.c index af7559948778..5295394ef119 100644 --- a/bin/csh/parse.c +++ b/bin/csh/parse.c @@ -36,12 +36,10 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: parse.c,v 1.5 1997/02/22 14:02:03 peter Exp $"; + "$Id: parse.c,v 1.6 1997/08/07 21:42:13 steve Exp $"; #endif #endif /* not lint */ -#include <sys/types.h> -#include <stdlib.h> #include <string.h> #if __STDC__ # include <stdarg.h> |
