Bug 571 - Compilation failure in packet.c
Summary: Compilation failure in packet.c
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: SPARC SunOS
: P2 critical
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-20 06:06 AEST by Rodrigo Medina
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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