mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-24 12:58:40 +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
|
||||
child_access ()
|
||||
{
|
||||
#ifdef GETLOADAVG_PRIVILEGED
|
||||
|
||||
if (!access_inited)
|
||||
abort ();
|
||||
|
||||
#ifdef GETLOADAVG_PRIVILEGED
|
||||
|
||||
/* Set both the real and effective UID and GID to the user's.
|
||||
They cannot be changed back to make's. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue