From: Roland McGrath Date: Mon, 23 May 1994 22:20:30 +0000 (+0000) Subject: [GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of X-Git-Tag: 3.71.2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ed03e72a2b302a84a6e2175632e02340a177ac;p=thirdparty%2Fmake.git [GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of HAVE_SETREUID and HAVE_SETREGID. --- diff --git a/misc.c b/misc.c index fa16c898..06be0b27 100644 --- a/misc.c +++ b/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. */