]> andersk Git - gssapi-openssh.git/blobdiff - openssh/uidswap.c
Import of OpenSSH 3.2.2p1
[gssapi-openssh.git] / openssh / uidswap.c
index bc67d74b0f6d1235294095260902f02b769c3bd5..9b16a6b51457605914a847f6b2f32a94076fe540 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: uidswap.c,v 1.19 2001/12/19 07:18:56 deraadt Exp $");
+RCSID("$OpenBSD: uidswap.c,v 1.20 2002/04/01 21:50:51 stevesk Exp $");
 
 #include "log.h"
 #include "uidswap.h"
@@ -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)
This page took 0.090846 seconds and 4 git commands to generate.