[ntp:bugs] [Bug 720] socklen_t undeclared

bugzilla at ntp.isc.org bugzilla at ntp.isc.org
Thu Oct 12 09:00:54 UTC 2006


http://bugs.ntp.isc.org/720



----------------------------------------------------------------------------
Additional Comments From Paul.Croome at softwareag.com (Paul Croome)
Submitted on 2006-10-12 09:00

(In reply to comment #5)
> Paul, what is the prototype for getsockname() in 
your /usr/include/sys/socket.h
> file?

Stenn,

My socket.h has the following:

#ifdef  _XPG4_2
extern int getsockname(int, struct sockaddr *, size_t *);
#else
extern int getsockname(int, struct sockaddr *, int *);
#endif  /* _XPG4_2 */

(irrelevant stuff snipped)

Is this the information you need?
Paul


-- 
Paul Croome <Paul.Croome at softwareag.com>



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the bugs mailing list