mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-31 03:25:08 +00:00
[GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of
HAVE_SETREUID and HAVE_SETREGID.
This commit is contained in:
parent
e72213687f
commit
d2ed03e72a
1 changed files with 0 additions and 4 deletions
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
|
||||
way works. */
|
||||
|
||||
#ifndef HAVE_SETREUID
|
||||
#undef HAVE_SETREUID
|
||||
#endif
|
||||
#ifndef HAVE_SETREGID
|
||||
#undef HAVE_SETREGID
|
||||
#endif
|
||||
|
||||
#else /* Not POSIX. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue