Corinna Vinschen
78db7dff2c
* net.cc (cygwin_sendto): Define appropriate parameters using
socklen_t type according to SUSv3.
(cygwin_recvfrom): Ditto.
(cygwin_setsockopt): Ditto.
(cygwin_getsockopt): Ditto.
(cygwin_connect): Ditto.
(cygwin_accept): Ditto.
(cygwin_bind): Ditto.
(cygwin_getsockname): Ditto.
(cygwin_getpeername): Ditto.
(cygwin_recv): Ditto.
(cygwin_send): Ditto.
* include/cygwin/socket.h (socklen_t): Typedef and define.
* include/sys/socket.h: Declare socket functions using socklen_t type.
2006-07-03 11:31:56 +00:00
..
2005-09-17 08:55:30 +00:00
2006-04-21 14:29:54 +00:00
2006-07-03 11:31:56 +00:00
2005-06-01 18:24:31 +00:00
2005-05-02 03:50:11 +00:00
2006-07-03 11:31:56 +00:00
2005-07-26 00:55:42 +00:00
2005-03-28 21:58:23 +00:00
2005-08-08 15:00:39 +00:00
2005-11-10 21:17:15 +00:00
2005-12-03 05:01:51 +00:00
2005-12-22 16:45:15 +00:00
2006-05-28 15:50:14 +00:00
2005-08-08 09:45:42 +00:00
2005-08-08 13:39:56 +00:00
2006-01-09 12:41:54 +00:00
2005-06-18 19:04:25 +00:00
2005-06-10 12:11:35 +00:00
2005-02-22 19:45:41 +00:00
2005-05-29 10:05:56 +00:00
2006-02-13 19:01:32 +00:00
2005-06-11 04:56:36 +00:00
2005-03-27 02:31:33 +00:00
2005-05-23 13:13:00 +00:00
2006-02-02 22:46:37 +00:00