summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-12-29 18:50:50 +0000
committerKevin Steves <stevesk@pobox.com>2000-12-29 18:50:50 +0000
commit0a8397e00c3fde74555f4f02cc08a0b557312e12 (patch)
treeabe7bc73d030d9c428b3d0e3267b8256e70b7dff
parentda6cd59b1d30cddde0cb81d9142728b3a51670bd (diff)
whitespace sync with openbsd
-rw-r--r--uidswap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/uidswap.c b/uidswap.c
index 91f93923f..fb95702a9 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 $");
30/* Lets assume that posix saved ids also work with seteuid, even though that 30/* Lets assume that posix saved ids also work with seteuid, even though that
31 is not part of the posix specification. */ 31 is not part of the posix specification. */
32#define SAVED_IDS_WORK_WITH_SETEUID 32#define SAVED_IDS_WORK_WITH_SETEUID
33
34/* Saved effective uid. */ 33/* Saved effective uid. */
35static uid_t saved_euid = 0; 34static uid_t saved_euid = 0;
36
37#endif /* _POSIX_SAVED_IDS */ 35#endif /* _POSIX_SAVED_IDS */
38 36
39/* 37/*