[Bug 812] alphaev7-dec-osf5.1 cc compiler warning for OpenSSH-3.8p1

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Mar 10 20:49:36 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=812





------- Additional Comments From jschulen at gmx.de  2004-03-10 20:49 -------
I found a getaddrinfo definition in /usr/include/netdb.h using grep getaddrinfo
 /usr/include/*.h, but I dont understand
if that definition is connected with the problem. 
Here is an excerpt of netdb.h:
#if defined (_SOCKADDR_LEN) || defined (_XOPEN_SOURCE_EXTENDED)
#define getaddrinfo ngetaddrinfo
#else
#define getaddrinfo ogetaddrinfo
#endif
#ifdef _OSF_SOURCE
extern int getaddrinfo __((const char *, const char *, const struct addrinfo *,
                           struct addrinfo **));

Nevertheless, an undef getaddrinfo solves the problem.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list