bugzilla-daemon at mindrot.org
2002-Oct-21 05:34 UTC
[Bug 418] Allow to build on systems without IPV6
http://bugzilla.mindrot.org/show_bug.cgi?id=418 dirk.meyer at dinoex.sub.org changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Miscellaneous |Build system ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Oct-21 10:28 UTC
[Bug 418] Allow to build on systems without IPV6
http://bugzilla.mindrot.org/show_bug.cgi?id=418 ------- Additional Comments From djm at mindrot.org 2002-10-21 20:28 ------- This should already be taken care of by the openbsd-compat/fake-socket.h header. What is the error that you get during compilation? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Oct-21 19:43 UTC
[Bug 418] Allow to build on systems without IPV6
http://bugzilla.mindrot.org/show_bug.cgi?id=418 dirk.meyer at dinoex.sub.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Version|-current |older versions ------- Additional Comments From dirk.meyer at dinoex.sub.org 2002-10-22 05:43 ------- sshconnect.c: In function `ssh_create_socket': sshconnect.c:174: warning: implicit declaration of function `rresvport_af' sshconnect.c: In function `ssh_exchange_identification': sshconnect.c:369: warning: comparison between signed and unsigned sshconnect.c:448: warning: comparison between signed and unsigned sshconnect.c: In function `check_host_key': sshconnect.c:516: warning: implicit declaration of function `IN6_IS_ADDR_LOOPBACK' sshconnect.c:517: dereferencing pointer to incomplete type sshconnect.c:779: warning: implicit declaration of function `strlcat' sshconnect.c: In function `ssh_put_password': sshconnect.c:865: warning: implicit declaration of function `strlcpy' *** Error code 1 Looking closer, I mixed this up, its in openss-3.5, not in openssh-3.5p1! testing again my fix is not needed in the p?ortable version. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.