Formerly job.c.~77~

This commit is contained in:
Roland McGrath 1992-07-01 00:52:45 +00:00
parent 6feabe12a7
commit 8809c8ec38

3
job.c
View file

@ -21,7 +21,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "job.h" #include "job.h"
#include "file.h" #include "file.h"
#include "variable.h" #include "variable.h"
#include <errno.h>
/* Default path to search for executables. */ /* Default path to search for executables. */
static char default_path[] = ":/bin:/usr/bin"; static char default_path[] = ":/bin:/usr/bin";
@ -29,8 +28,6 @@ static char default_path[] = ":/bin:/usr/bin";
/* Default shell to use. */ /* Default shell to use. */
char default_shell[] = "/bin/sh"; char default_shell[] = "/bin/sh";
extern int errno;
#ifndef NGROUPS_MAX #ifndef NGROUPS_MAX
#ifdef POSIX #ifdef POSIX
#define GET_NGROUPS_MAX sysconf (_SC_NGROUPS_MAX) #define GET_NGROUPS_MAX sysconf (_SC_NGROUPS_MAX)