diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2006-02-01 11:10:53 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2006-02-01 11:10:53 +0000 |
commit | 0ee535ccb1e10e36bc6c311f56a8f9f279fc564f (patch) | |
tree | 016bbe2bb08e679755169a32ae9ee569e2e86c59 /winsup/cygwin/autoload.cc | |
parent | 0ca697dde15f39c123f01d8ff1cc17720fb8451c (diff) | |
download | cygnal-0ee535ccb1e10e36bc6c311f56a8f9f279fc564f.tar.gz cygnal-0ee535ccb1e10e36bc6c311f56a8f9f279fc564f.tar.bz2 cygnal-0ee535ccb1e10e36bc6c311f56a8f9f279fc564f.zip |
* autoload.cc (GetTcpTable): Define.
* fhandler_socket.cc (address_in_use): New function to check if
sockaddr_in address is already in use.
(fhandler_socket::bind): Check if address is alreay in use in case of
SO_REUSEADDR, to circumvent WinSock non-standard behaviour.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r-- | winsup/cygwin/autoload.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 333bff56d..548b4ab13 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -501,6 +501,7 @@ LoadDLLfuncEx (GetIfTable, 12, iphlpapi, 1) LoadDLLfuncEx (GetIfEntry, 4, iphlpapi, 1) LoadDLLfuncEx (GetIpAddrTable, 12, iphlpapi, 1) LoadDLLfuncEx (GetNetworkParams, 8, iphlpapi, 1) +LoadDLLfuncEx (GetTcpTable, 12, iphlpapi, 1) LoadDLLfunc (CoTaskMemFree, 4, ole32) |