[Bug 659] sshd failure on IRIX

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Sep 18 03:02:44 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=659

           Summary: sshd failure on IRIX
           Product: Portable OpenSSH
           Version: 3.7.1p1
          Platform: MIPS
        OS/Version: IRIX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: bugzilla-openssh at thewrittenword.com


IRIX now requires the following defines:
  BROKEN_GETADDRINFO
  SETEUID_BREAKS_SETUID
  BROKEN_SETREUID
  BROKEN_SETREGID

The BROKEN_GETADDRINFO definition should probably be tested for as it has been
reported on the mailing list that 6.5.20+ might not need it. However, if it is
defined, the openbsd-compat gai_strerror() function is used and its prototype
conflicts with the definition on IRIX (const char * vs char *). Patch attached
to fix this.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list