From ed6b09bab91bf21d33ebef1ea49fdb049e10453b Mon Sep 17 00:00:00 2001 From: alwin Date: Sun, 24 Oct 2004 01:00:34 +0000 Subject: removed obsolet stuff changed build description for libetpan --- (limited to 'noncore/net/mail/libetpanstuff/mailstream_socket.patch') diff --git a/noncore/net/mail/libetpanstuff/mailstream_socket.patch b/noncore/net/mail/libetpanstuff/mailstream_socket.patch deleted file mode 100644 index 10c8fa3..0000000 --- a/noncore/net/mail/libetpanstuff/mailstream_socket.patch +++ b/dev/null @@ -1,36 +0,0 @@ -Index: tools/mailstream_socket.c -=================================================================== -RCS file: /cvsroot/libetpan/libetpan/tools/mailstream_socket.c,v -retrieving revision 1.13 -diff -u -d -r1.13 mailstream_socket.c ---- tools/mailstream_socket.c 2 Mar 2004 23:54:17 -0000 1.13 -+++ tools/mailstream_socket.c 11 Mar 2004 12:30:02 -0000 -@@ -44,6 +44,7 @@ - */ - #include - #include -+#include - #include - #include - -@@ -176,8 +177,8 @@ - if (!FD_ISSET(socket_data->fd, &fds_read)) - return 0; - } -- -- return read(socket_data->fd, buf, count); -+ -+ return recv(socket_data->fd,buf,count,MSG_NOSIGNAL); - } - - static ssize_t mailstream_low_socket_write(mailstream_low * s, -@@ -207,8 +208,7 @@ - if (!FD_ISSET(socket_data->fd, &fds_write)) - return 0; - } -- -- return write(socket_data->fd, buf, count); -+ return send(socket_data->fd,buf,count,MSG_NOSIGNAL); - } - - -- cgit v0.9.0.2