]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix Win32 build -- turn off lockmgr and remove lockmgr defs
authorKern Sibbald <kern@sibbald.com>
Sat, 27 Jun 2009 20:54:20 +0000 (20:54 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 27 Jun 2009 20:54:20 +0000 (20:54 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8926 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/bacula.h
bacula/src/dird/fd_cmds.c
bacula/src/lib/lockmgr.c
bacula/src/version.h
bacula/src/win32/lib/bacula32.def
bacula/technotes

index 4d92290ef325de1657ddb2678ad77e64d574794f..ab0ba1abd02449e2f99935184ade6a348c0ed0a5 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
index 3a1d1999bd352ec11fc3942afc6c8005d90f24ac..7d3ca3225dfcf999b12b30a03caa96b3d9a0ed91 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
index 2756cf825fd4d46d4e05f53f06ecf714e22412f9..9cf9649c5039999a62841863f7cf2725e71d488a 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2008-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2008-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
index 31f94b1488bf0b9eff56262c0717aa32088e199b..0dc1dec822627ffecc7088b608f438c859b837f6 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "3.0.2"
-#define BDATE   "21 June 2009"
-#define LSMDATE "21Jun09"
+#define BDATE   "27 June 2009"
+#define LSMDATE "27Jun09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
  *   it can always be turned on, but we advise to use it only
  *   for debug
  */
-#ifdef DEVELOPER
+#if DEVELOPER
 # ifndef _USE_LOCKMGR
 #  define _USE_LOCKMGR
 # endif
 #endif
 
+#if !HAVE_LINUX_OS
+# undef _USE_LOCKMGR
+#endif
+
 /*
  * USE_VTAPE is a dummy tape driver. This is useful to
  *  run regress test.
index eddee9eec3e3dec5a5f8ce8fc64ccfd6df4ce6a9..4187cf65630f9657f3cf2d5883a7c51bc3396e61 100644 (file)
@@ -758,11 +758,12 @@ watchdog_thread
 ; lockmgr.o
 _Z6lmgr_pPP16pthread_mutex_t_
 _Z6lmgr_vPP16pthread_mutex_t_
-_Z15lmgr_mutex_lockPP16pthread_mutex_t_PKci
-_Z17lmgr_mutex_unlockPP16pthread_mutex_t_PKci
-_Z14lmgr_cond_waitPP15pthread_cond_t_PP16pthread_mutex_t_
-_Z18lmgr_thread_createPP10pthread_t_PKP15pthread_attr_t_PFPvS6_ES6_
-_Z17lmgr_cleanup_mainv
+
+;_Z15lmgr_mutex_lockPP16pthread_mutex_t_PKci
+;_Z17lmgr_mutex_unlockPP16pthread_mutex_t_PKci
+;_Z14lmgr_cond_waitPP15pthread_cond_t_PP16pthread_mutex_t_
+;_Z18lmgr_thread_createPP10pthread_t_PKP15pthread_attr_t_PFPvS6_ES6_
+;_Z17lmgr_cleanup_mainv
 
 console_command DATA
 plugin_list DATA
index 6f1ff6ebb705096866c774523353aef8b63778c1..4051e0e7981f35c96965964b60e90940aaa9b9b4 100644 (file)
@@ -2,6 +2,8 @@
           
 General:
 
+27Jun09
+kes  Fix Win32 build -- turn off lockmgr and remove lockmgr defs
 25Jun09
 kes  Modify xattr.c and acl.c not to fail the job on errors. This should
      fix bug #1305.