Fix compilation error under FreeBSD 6.1

git-svn: trunk@2475
remotes/push_mirror/metadata
Nigel Horne 19 years ago
parent 6ba487757f
commit 98ec626510
  1. 4
      clamav-devel/ChangeLog
  2. 4
      clamav-devel/libclamav/js/jsint.h

@ -1,3 +1,7 @@
Thu Nov 2 09:36:06 GMT 2006 (njh)
----------------------------------
* libclamav/js/jsint.h: Fix compilatin error under FreeBSD6.1
Thu Nov 2 00:20:36 CET 2006 (tk)
---------------------------------
* freshclam/manager.c: make update messages more precise

@ -24,14 +24,14 @@
/*
* $Source: /tmp/cvsroot-15-2-2007/clamav-devel/libclamav/js/jsint.h,v $
* $Id: jsint.h,v 1.2 2006/10/11 10:54:41 njh Exp $
* $Id: jsint.h,v 1.3 2006/11/02 09:36:19 njh Exp $
*/
#ifndef JSINT_H
#define JSINT_H
/* We have always jsconfig.h */
#include <jsconfig.h>
#include "jsconfig.h"
#include <stdio.h>
#include <assert.h>

Loading…
Cancel
Save