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/exec.c | |
| parent | 4c95995fe073d4bf49b0dabd8e6725ae707a8eac (diff) | |
Notes
Diffstat (limited to 'bin/csh/exec.c')
| -rw-r--r-- | bin/csh/exec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/csh/exec.c b/bin/csh/exec.c index 8a290372cbdb..c47cf7d2b59c 100644 --- a/bin/csh/exec.c +++ b/bin/csh/exec.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)exec.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: exec.c,v 1.8 1997/12/10 22:18:22 eivind Exp $"; + "$Id: exec.c,v 1.9 1998/02/28 10:49:54 jraynard Exp $"; #endif #endif /* not lint */ @@ -45,7 +45,6 @@ static const char rcsid[] = #include <fcntl.h> #include <sys/stat.h> #include <errno.h> -#include <stdlib.h> #include <string.h> #include <unistd.h> #if __STDC__ |
