From: Kern Sibbald Date: Sun, 30 Aug 2009 22:16:03 +0000 (+0200) Subject: Fix Win32/64 build X-Git-Tag: Release-7.0.0~2642^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b0cab5098f36eae6de848b3793adf3c603e6549;p=bacula%2Fbacula Fix Win32/64 build --- diff --git a/bacula/src/baconfig.h b/bacula/src/baconfig.h index 24301083f3..08623a7a92 100644 --- a/bacula/src/baconfig.h +++ b/bacula/src/baconfig.h @@ -411,6 +411,7 @@ typedef int (INTHANDLER)(); #if defined(HAVE_WIN32) typedef int64_t boffset_t; +#define caddr_t char * #else typedef off_t boffset_t; #endif diff --git a/bacula/technotes b/bacula/technotes index 9a932f09b0..b9fb0f7cbe 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -3,6 +3,7 @@ General: 30Aug09 +kes Fix Win32/64 build kes Fix bug #1355 Director crashes with double free in Accurate SQL query ebl Prohibe copy and assignment in Bvfs. 28Aug09