OSDN Git Service

* fhandler_socket.cc (get_inet_addr): Add type parameter to return
authorcorinna <corinna>
Wed, 6 Apr 2005 18:50:12 +0000 (18:50 +0000)
committercorinna <corinna>
Wed, 6 Apr 2005 18:50:12 +0000 (18:50 +0000)
commita9a205c677dfbea826346989d1a1e3fa33d25982
treed5215dc12ac5744dd0a444297a3363dacb6ed2e7
parent1106c2ae9e2e42dca6fbcbbcba0774adc9b4152c
* fhandler_socket.cc (get_inet_addr): Add type parameter to return
unix socket type.  Read socket type from unix socket file.
(fhandler_socket::bind): Write socket type to unix socket file.
(fhandler_socket::connect): Return with errno EPROTOTYPE if
socket type of socket doesn't match socket type of unix socket
trying to connect to.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_socket.cc