diff options
author | Roland McGrath <roland@redhat.com> | 1993-04-15 22:42:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-04-15 22:42:20 +0000 |
commit | e9f008dc049fdfd46649ab25bc20d03a357b8650 (patch) | |
tree | b34eb3752a9e933d3eda9c43aa617cb31dac4028 /misc.c | |
parent | 44ecfc2f36d53e4627fffcbdc2851457e9ea2a7e (diff) | |
download | gunmake-e9f008dc049fdfd46649ab25bc20d03a357b8650.tar.gz |
Formerly misc.c.~26~
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. */ |