mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-30 16:41:44 +00:00
[GETLOADAVG_PRIVILEGED] [POSIX]: Don't test [HAVE_SETUID] and [HAVE_SETGID].
Every system has those, and configure doesn't check for them.
This commit is contained in:
parent
491d66a916
commit
e72213687f
1 changed files with 2 additions and 2 deletions
4
misc.c
4
misc.c
|
@ -461,10 +461,10 @@ dep_name (dep)
|
|||
setregid functions, but they don't work as in BSD and only the POSIX.1
|
||||
way works. */
|
||||
|
||||
#if defined (HAVE_SETREUID) && defined (HAVE_SETUID)
|
||||
#ifndef HAVE_SETREUID
|
||||
#undef HAVE_SETREUID
|
||||
#endif
|
||||
#if defined (HAVE_SETREGID) && defined (HAVE_SETGID)
|
||||
#ifndef HAVE_SETREGID
|
||||
#undef HAVE_SETREGID
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue