Fri Mar 25 13:30:57 PST 2005
- Previous message: [Slony1-commit] By xfade: Fix cygwin build.
- Next message: [Slony1-commit] By cbbrowne: If desired sync time is zero, then eliminate evaluation of
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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;
- Previous message: [Slony1-commit] By xfade: Fix cygwin build.
- Next message: [Slony1-commit] By cbbrowne: If desired sync time is zero, then eliminate evaluation of
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list