summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-12 00:21:48 +0000
committerRoland McGrath <roland@redhat.com>1992-06-12 00:21:48 +0000
commitd3ea4206509c44968cb90791b5d78a465537ee58 (patch)
treea103f958d4805ac1a76e559b253590c05da4181e /job.c
parent067777e77dd785d2d9fac579921529a64330c494 (diff)
downloadgunmake-d3ea4206509c44968cb90791b5d78a465537ee58.tar.gz
Formerly job.c.~71~
Diffstat (limited to 'job.c')
-rw-r--r--job.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/job.c b/job.c
index 1a65bcc..3df1691 100644
--- a/job.c
+++ b/job.c
@@ -37,6 +37,7 @@ extern int errno;
#else /* Not POSIX. */
#define NGROUPS_MAX NGROUPS
#endif /* POSIX. */
+#endif
#ifdef HAVE_WAITPID
#include <sys/wait.h>