mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -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,
|
* we can kill it and all its descendants in one fell swoop,
|
||||||
* by killing its process family, but not commit suicide.
|
* 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)
|
#if defined(SYSV)
|
||||||
/* XXX: dsl - I'm sure this should be setpgrp()... */
|
/* XXX: dsl - I'm sure this should be setpgrp()... */
|
||||||
(void)setsid();
|
(void)setsid();
|
||||||
|
@ -832,7 +832,7 @@ main(int argc, char **argv)
|
|||||||
progname++;
|
progname++;
|
||||||
else
|
else
|
||||||
progname = argv[0];
|
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
|
* get rid of resource limit on file descriptors
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user