diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-12-29 10:48:57 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-12-29 10:48:57 +0000 |
commit | e67ccfd2e0f3a34a1655afafb141110a1e01047b (patch) | |
tree | 9308c84b6158b9ad1f11bbf4a75ba91e1417f974 /usr.bin | |
parent | def167c2f4138eaf69bad895e8632977f829cdc9 (diff) |
sync with portable openssh; stevesk@pobox.com
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/uidswap.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/uidswap.c b/usr.bin/ssh/uidswap.c index cb213aa9131..fb95702a9c8 100644 --- a/usr.bin/ssh/uidswap.c +++ b/usr.bin/ssh/uidswap.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: uidswap.c,v 1.11 2000/12/20 19:37:22 markus Exp $"); +RCSID("$OpenBSD: uidswap.c,v 1.12 2000/12/29 10:48:56 markus Exp $"); #include "ssh.h" #include "uidswap.h" @@ -30,10 +30,9 @@ RCSID("$OpenBSD: uidswap.c,v 1.11 2000/12/20 19:37:22 markus 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 |