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/set.c | |
| parent | 4c95995fe073d4bf49b0dabd8e6725ae707a8eac (diff) | |
Notes
Diffstat (limited to 'bin/csh/set.c')
| -rw-r--r-- | bin/csh/set.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/csh/set.c b/bin/csh/set.c index c907cd39d709..271a12c659bf 100644 --- a/bin/csh/set.c +++ b/bin/csh/set.c @@ -36,15 +36,10 @@ static char sccsid[] = "@(#)set.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: set.c,v 1.7 1997/08/07 21:42:16 steve Exp $"; + "$Id: set.c,v 1.8 1998/02/28 10:50:02 jraynard Exp $"; #endif #endif /* not lint */ -#include <sys/types.h> -#include <stdlib.h> -#ifndef SHORT_STRINGS -#include <string.h> -#endif /* SHORT_STRINGS */ #if __STDC__ # include <stdarg.h> #else |
