Number: 559
Title: build problem: socklen_t not portable
Submitter: Bob Lied
Date: Fri Nov 5 10:49:40 2004
Subsys: Build/Installation
Version: 1.17
System: Sparc-Solaris-5
Severity: minor
Problem:
The symbol socklen_t is used in lefty/os/unix/io.c.
This symbol does not exist in Solaris 5 (ExpTool build machine).
Fix:
There should probably be an AC_CHECK_TYPE test
in configure.ac and a substitution like
#ifndef HAVE_SOCKLEN_T
typedef unsigned int socklen_t;
#endif
Owner: ellson
Status: Fixed (5 Nov 2004)