host-info bug

This commit is contained in:
bdc 1996-12-02 22:18:25 +00:00
parent a620b7592a
commit ae81b06f85
2 changed files with 5 additions and 1 deletions

View File

@ -115,3 +115,7 @@ reported by Michel Schinz 15 Nov 96. fix by ???????????
Irix 6.x can't compile sighandler1.c for lack of sigbits?
reported by Stephen Pascoe 18 Nov 96. fix by ??????????
host-info:addresses contains bogus info if the argument to
host-info is a socket-address.
reported by Michael Sperber 2 Dec 96. fix by bdc

View File

@ -735,7 +735,7 @@
(vector->list
(C-string-vec->Scheme aliases #f))
(vector->list
(C-string-vec->Scheme addresses #f)))))))
(C-long-vec->Scheme addresses #f)))))))
(define-foreign %host-address->host-info/h-errno
(scheme_host_address2host_info (string-desc name))