summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-05-23 22:20:30 +0000
committerRoland McGrath <roland@redhat.com>1994-05-23 22:20:30 +0000
commitd2ed03e72a2b302a84a6e2175632e02340a177ac (patch)
tree0d7c9ea21077c81d8e83b54db6f93b0f706fd145 /misc.c
parente72213687fd2f48959a612f1c45d619fcf00e4b6 (diff)
downloadgunmake-d2ed03e72a2b302a84a6e2175632e02340a177ac.tar.gz
[GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of
HAVE_SETREUID and HAVE_SETREGID.
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc.c b/misc.c
index fa16c89..06be0b2 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. */