diff options
author | Conrad Scott <conrad.scott@dsl.pipex.com> | 2002-08-12 13:54:12 +0000 |
---|---|---|
committer | Conrad Scott <conrad.scott@dsl.pipex.com> | 2002-08-12 13:54:12 +0000 |
commit | e120995086770858a600e650034cebb730f0c419 (patch) | |
tree | c7cc3b1724b17f7754c3317845beecb207e43545 /winsup/w32api/include/shellapi.h | |
parent | a814828d06994b45224e218437972d1bedf487a4 (diff) | |
download | cygnal-e120995086770858a600e650034cebb730f0c419.tar.gz cygnal-e120995086770858a600e650034cebb730f0c419.tar.bz2 cygnal-e120995086770858a600e650034cebb730f0c419.zip |
* fhandler.h (fhandler_socket::recv): Remove method.
(fhandler_socket::send): Ditto.
* fhandler_socket.cc (fhandler_socket::recv): Ditto.
(fhandler_socket::send): Ditto.
(fhandler_socket::read): Delegate to fhandler_socket::recvfrom.
(fhandler_socket::write): Delegate to fhandler_socket::sendto.
(fhandler_socket::sendto): Check for null `to' address.
* net.cc (cygwin_sendto): Check for zero request length.
(cygwin_recvfrom): Ditto. Fix signature, use void *buf.
(cygwin_recv): Delegate to cygwin_recvfrom.
(cygwin_send): Delegate to cygwin_sendto.
Diffstat (limited to 'winsup/w32api/include/shellapi.h')
0 files changed, 0 insertions, 0 deletions