[Bug 74] New: Use of sig_atomic_t breaks SunOS4 compile
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Jan 19 04:25:37 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=74
Summary: Use of sig_atomic_t breaks SunOS4 compile
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: dwd at bell-labs.com
The use of sig_atomic_t in clientloop.c, serverloop.c, and sshd.c causes
compilation to bomb on SunOS 4.1.4 where that type is not defined.
Markus added it on November 22. Should the use of the type be removed
or should there be a configure test to add the typedef if it is not found?
------- 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