projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e722136
)
[GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of
author
Roland McGrath
<roland@redhat.com>
Mon, 23 May 1994 22:20:30 +0000
(22:20 +0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 23 May 1994 22:20:30 +0000
(22:20 +0000)
HAVE_SETREUID and HAVE_SETREGID.
misc.c
patch
|
blob
|
history
diff --git
a/misc.c
b/misc.c
index fa16c8989e0f25d35578bc993198d5b6ffbe2f8b..06be0b27d9d7828cd57044e7913c655d974738cc 100644
(file)
--- 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. */