1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-17 09:19:15 -04:00
ports/net/nxserver/files/patch-lib-xtrans-Xtranssock.c
Pav Lucistnik 8ccd5ae0a8 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 <freenx@deweyonline.com>
2005-04-09 12:07:42 +00:00

17 lines
400 B
C

--- 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));