From 6c8b2df733a56782f967699830b0c2046de3f3ad Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 1 Mar 2007 10:26:11 +0000 Subject: [PATCH] ebl works with win32 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4289 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/patches/testing/fd_checkchanges.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bacula/patches/testing/fd_checkchanges.patch b/bacula/patches/testing/fd_checkchanges.patch index 1c063faa24..18c6504815 100644 --- a/bacula/patches/testing/fd_checkchanges.patch +++ b/bacula/patches/testing/fd_checkchanges.patch @@ -144,3 +144,17 @@ diff -Naur bacula1/src/findlib/protos.h bacula2/src/findlib/protos.h /* From get_priv.c */ int enable_backup_privileges(JCR *jcr, int ignore_errors); +diff -Naur bacula1/src/win32/dll/bacula.def bacula2/src/win32/dll/bacula.def +--- bacula1/src/win32/dll/bacula.def 2007-02-28 14:35:43.000000000 +0100 ++++ bacula2/src/win32/dll/bacula.def 2007-03-01 11:15:50.000000000 +0100 +@@ -80,6 +80,8 @@ + + ; find_one.c: + _Z13find_one_fileP3JCRP6FF_PKTPFiS2_PvbES3_Pcjb ++_Z17file_have_changedP3JCRP6FF_PKT ++ + + ; fstype.c: + _Z6fstypePKcPci + + -- 2.39.5