From d2ed03e72a2b302a84a6e2175632e02340a177ac Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 23 May 1994 22:20:30 +0000 Subject: [PATCH] [GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of HAVE_SETREUID and HAVE_SETREGID. --- misc.c | 4 ---- 1 file changed, 4 deletions(-) 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. */