From 2b0cab5098f36eae6de848b3793adf3c603e6549 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 31 Aug 2009 00:16:03 +0200 Subject: [PATCH] Fix Win32/64 build --- bacula/src/baconfig.h | 1 + bacula/technotes | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5