MSG_NOSIGNAL is supported now. kill unneeded patch.

maintainer (merdely@) ok.
This commit is contained in:
fgsch 2011-12-14 23:38:20 +00:00
parent 7ff2ae5f79
commit 155591a1eb
2 changed files with 2 additions and 16 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2011/07/11 14:04:42 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2011/12/14 23:38:20 fgsch Exp $
COMMENT = open source client for Windows Terminal Server
DISTNAME = freerdp-0.8.2
REVISION = 0
REVISION = 1
CATEGORIES = x11 net
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=freerdp/}

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-libfreerdp_tcp_c,v 1.1.1.1 2010/10/26 12:56:57 giovanni Exp $
--- libfreerdp/tcp.c.orig Tue Jul 27 10:34:38 2010
+++ libfreerdp/tcp.c Tue Jul 27 10:35:58 2010
@@ -50,6 +50,10 @@
#define TCP_BLOCKS (errno == EWOULDBLOCK)
#endif
+#ifdef __OpenBSD__
+#define MSG_NOSIGNAL 0
+#endif
+
#ifdef __APPLE__
#define MSG_NOSIGNAL SO_NOSIGPIPE
#endif