summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--uidswap.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cdb416af..15b7a3540 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,7 @@
- markus@cvs.openbsd.org 2002/04/02 20:11:38
[ssh-rsa.c]
ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
+ - (bal) mispelling in uidswap.c (portable only)
20020401
- (stevesk) [monitor.c] PAM should work again; will *not* work with
@@ -8146,4 +8147,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.2019 2002/04/03 03:03:04 mouring Exp $
+$Id: ChangeLog,v 1.2020 2002/04/03 03:36:54 mouring Exp $
diff --git a/uidswap.c b/uidswap.c
index bbef830eb..9b16a6b51 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -84,7 +84,7 @@ temporarily_use_uid(struct passwd *pw)
/* Set the effective uid to the given (unprivileged) uid. */
if (setgroups(user_groupslen, user_groups) < 0)
fatal("setgroups: %.100s", strerror(errno));
-#endif /* !HAVE_CYWIN */
+#endif /* !HAVE_CYGWIN */
#ifndef SAVED_IDS_WORK_WITH_SETEUID
/* Propagate the privileged gid to all of our gids. */
if (setgid(getegid()) < 0)