Bug 571

Summary: Compilation failure in packet.c
Product: Portable OpenSSH Reporter: Rodrigo Medina <rmedina>
Component: Build systemAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: critical    
Priority: P2    
Version: -current   
Hardware: SPARC   
OS: SunOS   

Description Rodrigo Medina 2003-05-20 06:06:45 AEST
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.
Comment 1 Ben Lindstrom 2003-05-20 06:14:57 AEST
This was already reported and fixed
Comment 2 Damien Miller 2004-04-14 12:24:19 AEST
Mass change of RESOLVED bugs to CLOSED