diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2004-03-31 15:33:33 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2004-03-31 15:33:33 +0000 |
commit | 455bbeae3882e2469c379f47419b41bf626e6e7c (patch) | |
tree | eaeebf6cc8e53a1728a68c5b11577ef27d55519a /winsup/cygwin/ChangeLog | |
parent | decd3e5d72bb72dc93ea314583f5c25e18c8ff1d (diff) | |
download | cygnal-455bbeae3882e2469c379f47419b41bf626e6e7c.tar.gz cygnal-455bbeae3882e2469c379f47419b41bf626e6e7c.tar.bz2 cygnal-455bbeae3882e2469c379f47419b41bf626e6e7c.zip |
* fhandler_socket.cc (fhandler_socket::recvfrom): Always initialize
ret to 0 when using in Winsock call.
(fhandler_socket::recvmsg): Ditto.
(fhandler_socket::sendto): Ditto.
(fhandler_socket::sendmsg): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 297d8a385..dd4563bdf 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,13 @@ 2004-03-31 Corinna Vinschen <corinna@vinschen.de> + * fhandler_socket.cc (fhandler_socket::recvfrom): Always initialize + ret to 0 when using in Winsock call. + (fhandler_socket::recvmsg): Ditto. + (fhandler_socket::sendto): Ditto. + (fhandler_socket::sendmsg): Ditto. + +2004-03-31 Corinna Vinschen <corinna@vinschen.de> + * fhandler_tape.cc (mtinfo_drive::get_pos): Only set partition if GetTapePosition returned a non-zero partition number. (mtinfo_drive::create_partitions): Reinitialize to partition 0. |