NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/48063: incorrect definition of socklen_t



The following reply was made to PR bin/48063; it has been noted by GNATS.

From: Justin Cormack <justin%specialbusservice.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/48063: incorrect definition of socklen_t
Date: Fri, 19 Jul 2013 08:50:11 +0100

 http://pubs.opengroup.org/onlinepubs/7908799/xns/syssocket.h.html
 
 "<sys/socket.h> makes available a type, socklen_t, which is an
 unsigned opaque integral type of length of at least 32 bits"
 
 However, actually this is a slight red herring as it is defined on my
 system, but the configure script is broken as it is including
 rpc/types.h which is not present, hence the use of the fallback which
 then fails as socklen_t is redefined.
 


Home | Main Index | Thread Index | Old Index