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

Török Edvin edwin at clamav.net
Sun Apr 4 01:11:56 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit b1948471a1a98b37938f0254fcdf19bf67d56813
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Dec 11 21:12:38 2009 +0200

    Fix win32 and mac osx build.

diff --git a/libclamav/fmap.h b/libclamav/fmap.h
index 5153348..aa84f72 100644
--- a/libclamav/fmap.h
+++ b/libclamav/fmap.h
@@ -21,6 +21,7 @@
 #ifndef __FMAP_H
 #define __FMAP_H
 
+#include <time.h>
 #include "cltypes.h"
 
 typedef struct {
diff --git a/win32/libclamav.def b/win32/libclamav.def
index bad8742..066e2c2 100644
--- a/win32/libclamav.def
+++ b/win32/libclamav.def
@@ -53,6 +53,7 @@ EXPORTS cli_bytecode_load
 EXPORTS cli_bytecode_init
 EXPORTS cli_bytecode_debug
 EXPORTS cli_bytecode_debug_printsrc
+EXPORTS cli_bytecode_printversion
 
 ; shared stuff - to be either double compiled into the tools or treated like cli_xxx
 EXPORTS opendir
@@ -106,4 +107,4 @@ EXPORTS w32_inet_ntop
 EXPORTS w32_gethostbyname
 EXPORTS w32_select
 
-EXPORTS w32_stat
\ No newline at end of file
+EXPORTS w32_stat

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list