]> git.sur5r.net Git - bacula/bacula/commitdiff
- didn't compile on win32 with "const" win32_client
authorThorsten Engel <thorsten.engel@matrix-computer.com>
Fri, 28 Apr 2006 08:13:18 +0000 (08:13 +0000)
committerThorsten Engel <thorsten.engel@matrix-computer.com>
Fri, 28 Apr 2006 08:13:18 +0000 (08:13 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2979 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/findlib/match.c

index 7daf08430d21826690a7d81a4040f983b18dfb20..fddd62c85b9d124769d3f02ec5b665525b10ddda 100644 (file)
@@ -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)