From: Roland McGrath Date: Thu, 15 Apr 1993 22:42:20 +0000 (+0000) Subject: Formerly misc.c.~26~ X-Git-Tag: 3.70.2~312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9f008dc049fdfd46649ab25bc20d03a357b8650;p=thirdparty%2Fmake.git Formerly misc.c.~26~ --- diff --git a/misc.c b/misc.c index 61fa1104..f7f04cec 100644 --- a/misc.c +++ b/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. */