[Bug 374] New: uidswap.c doesn't compile on SCO 3.2v4.2
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Jul 31 05:23:17 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=374
Summary: uidswap.c doesn't compile on SCO 3.2v4.2
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: gert at greenie.muc.de
patch needed:
--- uidswap.c 23 Jul 2002 21:29:50 -0000 1.34
+++ uidswap.c 30 Jul 2002 19:21:20 -0000
@@ -114,8 +114,8 @@
if (!temporarily_use_uid_effective)
fatal("restore_uid: temporarily_use_uid not effective");
- debug("restore_uid: %u/%u", (u_int)saved_euid, (u_int)saved_egid);
#ifdef SAVED_IDS_WORK_WITH_SETEUID
+ debug("restore_uid: %u/%u", (u_int)saved_euid, (u_int)saved_egid);
/* Set the effective uid back to the saved privileged uid. */
if (seteuid(saved_euid) < 0)
fatal("seteuid %u: %.100s", (u_int)saved_euid, strerror(errno));
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list