Disable seteuid/setegid back, I overlook one place where

SETEUID chacked before SETREUID
This commit is contained in:
Andrey A. Chernov 1996-12-07 00:16:04 +00:00
parent cdc2c29161
commit efca252ab2

View File

@ -353,14 +353,14 @@
* to change the effective gid of the current program.
* Do not use on systems with _POSIX_SAVED_IDS support.
*/
#define HAS_SETEGID /**/
/*#undef HAS_SETEGID /**/
/* HAS_SETEUID
* This symbol, if defined, indicates that the seteuid routine is available
* to change the effective uid of the current program.
* Do not use on systems with _POSIX_SAVED_IDS support.
*/
#define HAS_SETEUID /**/
/*#undef HAS_SETEUID /**/
/* HAS_SETPGRP
* This symbol, if defined, indicates that the setpgrp() routine is