From 8ccd5ae0a8c43ed4466d8959514a761a73154b08 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 9 Apr 2005 12:07:42 +0000 Subject: This is a port of NoMachine's NX server, which is a way to use X connections over slow links without noticeable lag. PR: ports/79669 Submitted by: dewey hylton --- net/nxserver/files/patch-lib-xtrans-Xtranssock.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 net/nxserver/files/patch-lib-xtrans-Xtranssock.c (limited to 'net/nxserver/files/patch-lib-xtrans-Xtranssock.c') diff --git a/net/nxserver/files/patch-lib-xtrans-Xtranssock.c b/net/nxserver/files/patch-lib-xtrans-Xtranssock.c new file mode 100644 index 000000000000..151f507a02d7 --- /dev/null +++ b/net/nxserver/files/patch-lib-xtrans-Xtranssock.c @@ -0,0 +1,17 @@ +--- nx-X11/lib/xtrans/Xtranssock.c.orig Wed Mar 3 19:47:29 2004 ++++ nx-X11/lib/xtrans/Xtranssock.c Wed Sep 1 22:39:47 2004 +@@ -2118,11 +2118,11 @@ + * platforms as well. + */ + +- #ifndef __sun ++ /* #ifndef __sun */ + +- sa.sa_restorer = NULL; ++ /* sa.sa_restorer = NULL; */ + +- #endif ++ /* #endif */ + + sigemptyset(&(sa.sa_mask)); + -- cgit v1.2.3