ports/net/nxserver/files/extra-patch-nx-X11-programs-Xserver-hw-nxagent-Reconnect.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

11 lines
401 B
C

--- nx-X11/programs/Xserver/hw/nxagent/Reconnect.c.orig Sat Sep 11 16:04:08 2004
+++ nx-X11/programs/Xserver/hw/nxagent/Reconnect.c Sat Sep 11 16:04:23 2004
@@ -308,7 +308,7 @@
while (sessionState == SESSION_SLEEPING)
{
/* Blocking SIG_ALRM. */
- pselect(0, NULL, NULL, NULL, NULL, &sleep_set);
+ select(0, NULL, NULL, NULL, &sleep_set);
}
if (sessionState == SESSION_TERM)