[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

aCaB acab at clamav.net
Sun Apr 4 01:22:24 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit b11c4362ca1b5f166f37337a2a7c8282dc08a787
Author: aCaB <acab at clamav.net>
Date:   Tue Mar 9 02:44:47 2010 +0100

    bb1866

diff --git a/ChangeLog b/ChangeLog
index bbab49f..9c91c59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Mar  9 02:42:37 CET 2010 (acab)
+-----------------------------------
+ * win32/platform.h: make sleep() wait seconds rather than ms (bb#1866)
+
 Sat Mar  6 03:58:16 CET 2010 (acab)
 -----------------------------------
  * clamd/scanner.c: fix logg output, patch from Mark Pizzolato
diff --git a/win32/platform.h b/win32/platform.h
index 22fc726..c3f9082 100644
--- a/win32/platform.h
+++ b/win32/platform.h
@@ -23,7 +23,7 @@ typedef unsigned short mode_t;
 #define strcasecmp lstrcmpi
 #define strncasecmp strnicmp
 #define mkdir(path, mode) mkdir(path)
-#define sleep(sex) Sleep(sex)
+#define sleep(sex) Sleep(1000*(sex))
 #define getuid() 0
 #define getgid() 0
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list