From e67ccfd2e0f3a34a1655afafb141110a1e01047b Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Fri, 29 Dec 2000 10:48:57 +0000 Subject: sync with portable openssh; stevesk@pobox.com --- usr.bin/ssh/uidswap.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin/ssh') 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 -- cgit v1.2.3