]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly misc.c.~26~
authorRoland McGrath <roland@redhat.com>
Thu, 15 Apr 1993 22:42:20 +0000 (22:42 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 15 Apr 1993 22:42:20 +0000 (22:42 +0000)
misc.c

diff --git a/misc.c b/misc.c
index 61fa110433bd38e48b81428a53a66776262d8f93..f7f04cecb9da0a7a644e6d3b492f626134886023 100644 (file)
--- 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.  */