fix compilation error on Cygwin

git-svn: trunk@2010
remotes/push_mirror/metadata
Tomasz Kojm 19 years ago
parent ac9b941b0a
commit 6e6ef26245
  1. 4
      clamav-devel/ChangeLog
  2. 2
      clamav-devel/libclamav/sis.c

@ -1,3 +1,7 @@
Wed Jun 7 12:11:55 CEST 2006 (tk)
----------------------------------
* libclamav/sis.c: fix compilation error on Cygwin, reported by NJH
Tue Jun 6 21:54:37 BST 2006 (njh)
----------------------------------
* libclamav/mbox.c: NEW_WORLD: wasn't detecting all phishes

@ -664,6 +664,8 @@ int cli_scansis(int desc, cli_ctx *ctx)
#else /* HAVE_MMAP */
#include "clamav.h"
#include "others.h"
#include "sis.h"
int cli_scansis(int desc, cli_ctx *ctx)
{

Loading…
Cancel
Save