mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Merge branch '1098-compile-failure-on-9-11-8-master' into 'master'
Resolve "Compile failure on 9.11.8" See merge request isc-projects/bind9!2075
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
5253. [port] Support platforms that don't define ULLONG_MAX.
|
||||||
|
[GL #1098]
|
||||||
|
|
||||||
5252. [func] Report if the last 'rndc reload/reconfig' failed in
|
5252. [func] Report if the last 'rndc reload/reconfig' failed in
|
||||||
rndc status. [GL !2040]
|
rndc status. [GL !2040]
|
||||||
|
|
||||||
|
@@ -43,6 +43,10 @@
|
|||||||
#include "gen-unix.h"
|
#include "gen-unix.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef ULLONG_MAX
|
||||||
|
#define ULLONG_MAX (~0ULL)
|
||||||
|
#endif
|
||||||
|
|
||||||
#define INSIST(cond) \
|
#define INSIST(cond) \
|
||||||
if (!(cond)) { \
|
if (!(cond)) { \
|
||||||
fprintf(stderr, "%s:%d: INSIST(%s)\n", \
|
fprintf(stderr, "%s:%d: INSIST(%s)\n", \
|
||||||
|
Reference in New Issue
Block a user