CVS User Account cvsuser
Fri Mar 25 13:30:57 PST 2005
Log Message:
-----------
Fix cywin macro.

Modified Files:
--------------
    slony1-engine/src/slon:
        slon.c (r1.49 -> r1.50)

-------------- next part --------------
Index: slon.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/slon.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -Lsrc/slon/slon.c -Lsrc/slon/slon.c -u -w -r1.49 -r1.50
--- src/slon/slon.c
+++ src/slon/slon.c
@@ -673,7 +673,7 @@
 		
 		slon_log(SLON_DEBUG2, "slon: begin signal handler setup\n");
 
-#ifndef (CYGWIN)
+#ifndef CYGWIN
 		act.sa_handler = &sighandler; 
 		sigemptyset(&act.sa_mask);
 		act.sa_flags = SA_NODEFER;


More information about the Slony1-commit mailing list