freebsd-ports/net/nxserver/files/patch-nxcompext-Clean.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
275 B
C

--- nxcompext/Clean.c Thu Apr 29 03:00:45 2004
+++ nxcompext/Clean.c.new Sun Sep 5 17:41:01 2004
@@ -672,7 +672,7 @@
sig_act.sa_handler = &SignalHandler;
- #ifdef __sun
+ #if defined(__sun) || defined(__FreeBSD__)
sig_act.sa_flags = SA_SIGINFO | SA_NODEFER;