From b7ebf83993194547448c95ec46d87feb2aa96bee Mon Sep 17 00:00:00 2001 From: Thorsten Engel Date: Fri, 28 Apr 2006 08:13:18 +0000 Subject: [PATCH] - 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 --- bacula/src/findlib/match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2