Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-01-18 21:24:33 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-01-18 21:24:33 +0300
commit06a5dd435ee5a226788943f0dd6de64baa3fc227 (patch)
tree5fa9a1ec8f633b5c0e15f0dcbf916c8729901024 /winsup/cygwin/autoload.cc
parent25ef7a93b619f0370f7b9bca7526a236d1ad9ba4 (diff)
* autoload.cc (rresvport): Remove.
* net.cc (last_used_rrecvport): New global shared variable. (cygwin_rresvport): Implement rresvport without using rresvport from wsock32.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r--winsup/cygwin/autoload.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index 76f38a3b2..0d76ebeae 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -450,7 +450,6 @@ LoadDLLfunc (SetUserObjectSecurity, 12, user32)
LoadDLLfunc (inet_network, 4, wsock32)
LoadDLLfunc (rcmd, 24, wsock32)
LoadDLLfunc (rexec, 24, wsock32)
-LoadDLLfunc (rresvport, 4, wsock32)
LoadDLLfunc (accept, 12, ws2_32)
LoadDLLfunc (bind, 12, ws2_32)