mirror of
https://github.com/mirror/make.git
synced 2025-01-31 23:00:16 +08:00
[GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of
HAVE_SETREUID and HAVE_SETREGID.
This commit is contained in:
parent
e72213687f
commit
d2ed03e72a
4
misc.c
4
misc.c
@ -461,12 +461,8 @@ dep_name (dep)
|
|||||||
setregid functions, but they don't work as in BSD and only the POSIX.1
|
setregid functions, but they don't work as in BSD and only the POSIX.1
|
||||||
way works. */
|
way works. */
|
||||||
|
|
||||||
#ifndef HAVE_SETREUID
|
|
||||||
#undef HAVE_SETREUID
|
#undef HAVE_SETREUID
|
||||||
#endif
|
|
||||||
#ifndef HAVE_SETREGID
|
|
||||||
#undef HAVE_SETREGID
|
#undef HAVE_SETREGID
|
||||||
#endif
|
|
||||||
|
|
||||||
#else /* Not POSIX. */
|
#else /* Not POSIX. */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user