Subject: pkg/29146: wget-1.9.1nb4 doesn't build on Solaris2.8, inconsistent u_int32_t/uint32_t in patch-ac
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <rquinn@sec.sprint.net>
List: pkgsrc-bugs
Date: 01/28/2005 15:36:00
>Number:         29146
>Category:       pkg
>Synopsis:       wget-1.9.1nb4 doesn't build on Solaris2.8, inconsistent u_int32_t/uint32_t in patch-ac
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 28 15:36:00 +0000 2005
>Originator:     Rob Quinn
>Release:        pkgsrc-current
>Organization:
>Environment:
Solaris2.8
>Description:
 The recent patch to wget doesn't work on Solaris2.8.  host.c refers to
addr4 as u_int32_t on line 569, and uint32_t on line 582.  Changing 569
to be uint32_t too makes this compile without including any new header
files.  But shouldn't we use in_addr_t in both places?

>How-To-Repeat:

>Fix: