diff options
Diffstat (limited to 'uidswap.c')
-rw-r--r-- | uidswap.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,7 +7,7 @@ */ #include "includes.h" -RCSID("$Id: uidswap.c,v 1.3 1999/11/25 00:55:00 damien Exp $"); +RCSID("$Id: uidswap.c,v 1.4 2000/01/20 13:18:16 damien Exp $"); #include "ssh.h" #include "uidswap.h" @@ -25,11 +25,12 @@ RCSID("$Id: uidswap.c,v 1.3 1999/11/25 00:55:00 damien Exp $"); /* Lets assume that posix saved ids also work with seteuid, even though that is not part of the posix specification. */ #define SAVED_IDS_WORK_WITH_SETEUID -#endif /* _POSIX_SAVED_IDS */ /* Saved effective uid. */ static uid_t saved_euid = 0; +#endif /* _POSIX_SAVED_IDS */ + /* * Temporarily changes to the given uid. If the effective user * id is not root, this does nothing. This call cannot be nested. |