[GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of

HAVE_SETREUID and HAVE_SETREGID.
This commit is contained in:
Roland McGrath 1994-05-23 22:20:30 +00:00
parent e72213687f
commit d2ed03e72a

4
misc.c
View file

@ -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. */