diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-01 00:52:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-01 00:52:45 +0000 |
commit | 8809c8ec385e8ae4cf92f926560bc1008fd6eb7f (patch) | |
tree | 794579258e8b9d117aeb9ea297bcaedc79669a34 | |
parent | 6feabe12a7d95ccaeea414a9a837f9021899c674 (diff) | |
download | gunmake-8809c8ec385e8ae4cf92f926560bc1008fd6eb7f.tar.gz |
Formerly job.c.~77~
-rw-r--r-- | job.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -21,7 +21,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "job.h" #include "file.h" #include "variable.h" -#include <errno.h> /* Default path to search for executables. */ static char default_path[] = ":/bin:/usr/bin"; @@ -29,8 +28,6 @@ static char default_path[] = ":/bin:/usr/bin"; /* Default shell to use. */ char default_shell[] = "/bin/sh"; -extern int errno; - #ifndef NGROUPS_MAX #ifdef POSIX #define GET_NGROUPS_MAX sysconf (_SC_NGROUPS_MAX) |