* autoload.cc (rresvport): Remove.

* net.cc (last_used_rrecvport): New global shared variable.
	(cygwin_rresvport): Implement rresvport without using rresvport from
	wsock32.
This commit is contained in:
Corinna Vinschen
2006-01-18 18:24:33 +00:00
parent 25ef7a93b6
commit 06a5dd435e
3 changed files with 66 additions and 2 deletions

View File

@ -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)