summaryrefslogtreecommitdiff
path: root/uidswap.c
diff options
context:
space:
mode:
authorstevesk <stevesk>2000-12-29 18:50:50 +0000
committerstevesk <stevesk>2000-12-29 18:50:50 +0000
commita90c129ff515908d963d90042458236e2b377f76 (patch)
tree2c014973e614b91cc5149cca6c5cf7123644e447 /uidswap.c
parent0fa0ddf46baaa0ff143aa4c748fb4764ed90f578 (diff)
downloadopenssh-a90c129ff515908d963d90042458236e2b377f76.tar.gz
whitespace sync with openbsd
Diffstat (limited to 'uidswap.c')
-rw-r--r--uidswap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/uidswap.c b/uidswap.c
index 91f93923..fb95702a 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -30,10 +30,8 @@ RCSID("$OpenBSD: uidswap.c,v 1.12 2000/12/29 10:48:56 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
-
/* Saved effective uid. */
static uid_t saved_euid = 0;
-
#endif /* _POSIX_SAVED_IDS */
/*