From: Thorsten Engel Date: Fri, 28 Apr 2006 08:13:18 +0000 (+0000) Subject: - didn't compile on win32 with "const" win32_client X-Git-Tag: Release-7.0.0~8017 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b7ebf83993194547448c95ec46d87feb2aa96bee;p=bacula%2Fbacula - didn't compile on win32 with "const" win32_client git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2979 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/findlib/match.c b/bacula/src/findlib/match.c index 7daf08430d..fddd62c85b 100644 --- a/bacula/src/findlib/match.c +++ b/bacula/src/findlib/match.c @@ -49,7 +49,7 @@ static const int fnmode = 0; #undef bmalloc #define bmalloc(x) sm_malloc(__FILE__, __LINE__, x) -extern const int win32_client; +extern int win32_client; int match_files(JCR *jcr, FF_PKT *ff, int callback(FF_PKT *ff_pkt, void *hpkt, bool), void *his_pkt)