From 6fe8a61e74ee39d15a4045a6a7b534e805756eec Mon Sep 17 00:00:00 2001 From: Philipp Storz Date: Fri, 3 Nov 2017 03:51:16 -0500 Subject: [PATCH] set pragma for hashtable on hpux --- src/lib/htable.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib/htable.cc b/src/lib/htable.cc index 4af77b55dae..7e46a18d068 100644 --- a/src/lib/htable.cc +++ b/src/lib/htable.cc @@ -40,6 +40,12 @@ * Kern Sibbald, July MMIII */ +#include "hostconfig.h" + +#ifdef HAVE_HPUX_OS +#pragma pack(4) +#endif + #include "bareos.h" #define B_PAGE_SIZE 4096