Chris Browne cbbrowne at lists.slony.info
Thu Jun 14 07:56:24 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv17461

Modified Files:
      Tag: REL_1_2_STABLE
	slon.c 
Log Message:
This is required for MinGW+gcc.

- patch per Hiroshi Saito


Index: slon.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/slon.c,v
retrieving revision 1.66.2.5
retrieving revision 1.66.2.6
diff -C2 -d -r1.66.2.5 -r1.66.2.6
*** slon.c	13 Dec 2006 14:39:16 -0000	1.66.2.5
--- slon.c	14 Jun 2007 14:56:22 -0000	1.66.2.6
***************
*** 28,31 ****
--- 28,32 ----
  #include <winsock2.h>
  #include "port/win32service.h"
+ #define sleep(x) Sleep(x*1000)
  #endif
  



More information about the Slony1-commit mailing list