[Bug 571] Compilation failure in packet.c
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue May 20 06:06:46 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=571
Summary: Compilation failure in packet.c
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: SunOS
Status: NEW
Severity: critical
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: rmedina at ivic.ve
packet.c does not compile because IP_TOS is undeclared.
IP_TOS appears inside the function packet_set_tos(). That function is
called only if IP_TOS is defined, but the function is defined even when IP_TOS
is undeclared. That makes the error. Solution: To define packet_set_tos() only
when IP_TOS is declared. I have done that and OpenSSH builds and runs
right in a Sparc with SunOs4.1.3_U1, gcc2.95.3 an Openssl-0.9.7b.
------- 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