summaryrefslogtreecommitdiff
path: root/net/nxserver/files/patch-nxcompext-Clean.c
blob: 17ef115d17dafbd6d45a48285d5763b07a7b00b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;