[Bug 563] getaddrinfo() in libopenbsd-compat.a breaks heimdal-linked pam_krb5

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue May 13 13:17:24 EST 2003


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

buckh at pobox.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org



------- Additional Comments From buckh at pobox.com  2003-05-13 13:17 -------
perhaps. i'll try modifying configure.ac and acconfig.h to get <roken.h>
included also, if configure can find em, and let you know if it works. for my
purposes, i was content to just rename getaddrinfo in fake-getaddrinfo.c and
kludge up fake-getaddrinfo.h:

#ifndef HAVE_GETADDRINFO
#define getaddrinfo fake_getaddrinfo
int fake_getaddrinfo( . . . )
#endif

don't know how many other libroken functions i'll pick up if i configure it in
and if some of them might be less unbroken than libopenbsd-compat versions.
maybe i should just see if i can port GNU libc . . .

thanks for the help



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




More information about the openssh-unix-dev mailing list