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

Modified Files:
	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.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** slon.c	20 Apr 2007 20:53:18 -0000	1.72
--- slon.c	14 Jun 2007 14:58:54 -0000	1.73
***************
*** 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