diff options
author | Roland McGrath <roland@redhat.com> | 1994-05-23 22:20:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-05-23 22:20:30 +0000 |
commit | d2ed03e72a2b302a84a6e2175632e02340a177ac (patch) | |
tree | 0d7c9ea21077c81d8e83b54db6f93b0f706fd145 /misc.c | |
parent | e72213687fd2f48959a612f1c45d619fcf00e4b6 (diff) | |
download | gunmake-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.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. */ |