mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 06:47:52 +00:00
Formerly misc.c.~26~
This commit is contained in:
parent
44ecfc2f36
commit
e9f008dc04
1 changed files with 2 additions and 2 deletions
4
misc.c
4
misc.c
|
@ -638,11 +638,11 @@ make_access ()
|
||||||
void
|
void
|
||||||
child_access ()
|
child_access ()
|
||||||
{
|
{
|
||||||
|
#ifdef GETLOADAVG_PRIVILEGED
|
||||||
|
|
||||||
if (!access_inited)
|
if (!access_inited)
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
#ifdef GETLOADAVG_PRIVILEGED
|
|
||||||
|
|
||||||
/* Set both the real and effective UID and GID to the user's.
|
/* Set both the real and effective UID and GID to the user's.
|
||||||
They cannot be changed back to make's. */
|
They cannot be changed back to make's. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue