Skip to content

Commit

Permalink
set pragma for hashtable on hpux
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 2, 2018
1 parent a6de2f6 commit 6fe8a61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/htable.cc
Expand Up @@ -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
Expand Down

0 comments on commit 6fe8a61

Please sign in to comment.