host-info bug
This commit is contained in:
parent
a620b7592a
commit
ae81b06f85
|
@ -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?
|
Irix 6.x can't compile sighandler1.c for lack of sigbits?
|
||||||
reported by Stephen Pascoe 18 Nov 96. fix by ??????????
|
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
|
||||||
|
|
|
@ -735,7 +735,7 @@
|
||||||
(vector->list
|
(vector->list
|
||||||
(C-string-vec->Scheme aliases #f))
|
(C-string-vec->Scheme aliases #f))
|
||||||
(vector->list
|
(vector->list
|
||||||
(C-string-vec->Scheme addresses #f)))))))
|
(C-long-vec->Scheme addresses #f)))))))
|
||||||
|
|
||||||
(define-foreign %host-address->host-info/h-errno
|
(define-foreign %host-address->host-info/h-errno
|
||||||
(scheme_host_address2host_info (string-desc name))
|
(scheme_host_address2host_info (string-desc name))
|
||||||
|
|
Loading…
Reference in New Issue