mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
devel/bmake
This commit is contained in:
parent
5426a335d8
commit
011d972cb3
@ -1396,7 +1396,7 @@ JobExec(Job *job, char **argv)
|
||||
* we can kill it and all its descendants in one fell swoop,
|
||||
* by killing its process family, but not commit suicide.
|
||||
*/
|
||||
#if defined(MAKE_NATIVE) || defined(HAVE_SETPGID)
|
||||
#if defined(MAKE_NATIVE) && defined(HAVE_SETPGID)
|
||||
#if defined(SYSV)
|
||||
/* XXX: dsl - I'm sure this should be setpgrp()... */
|
||||
(void)setsid();
|
||||
|
@ -832,7 +832,7 @@ main(int argc, char **argv)
|
||||
progname++;
|
||||
else
|
||||
progname = argv[0];
|
||||
#if defined(MAKE_NATIVE) || (defined(HAVE_SETRLIMIT) && defined(RLIMIT_NOFILE))
|
||||
#if defined(MAKE_NATIVE) && (defined(HAVE_SETRLIMIT) && defined(RLIMIT_NOFILE))
|
||||
/*
|
||||
* get rid of resource limit on file descriptors
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user