Merge branch '1098-compile-failure-on-9-11-8' into 'v9_11'

Resolve "Compile failure on 9.11.8"

See merge request isc-projects/bind9!2065
This commit is contained in:
Mark Andrews
2019-06-24 19:44:49 -04:00
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
5253. [port] Support platforms that don't define ULLONG_MAX.
[GL #1098]
--- 9.11.8 released ---
5244. [security] Fixed a race condition in dns_dispatch_getnext()
+4
View File
@@ -43,6 +43,10 @@
#include "gen-unix.h"
#endif
#ifndef ULLONG_MAX
#define ULLONG_MAX (~0ULL)
#endif
#define INSIST(cond) \
if (!(cond)) { \
fprintf(stderr, "%s:%d: INSIST(%s)\n", \