[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Jul 17 00:04:29 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=585
------- Additional Comments From ktaylor at daac.gsfc.nasa.gov 2003-07-17 00:04 -------
I found that making these changes gets the stuff built without modifying any
system includes:
openbsd-compat/fake-getaddrinfo.h
40c40
< char *gai_strerror(int ecode);
---
> const char *gai_strerror(int ecode);
openbsd-compat/fake-getaddrinfo.c
18c18
< char *gai_strerror(int ecode)
---
> const char *gai_strerror(int ecode)
------- 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