diff --git a/CHANGES b/CHANGES index 1bf05e557a..d35ad4affe 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,5 @@ -3358 [bug] Fix declaration of fatal in bin/named/server.c. +3358 [bug] Fix declaration of fatal in bin/named/server.c + and bin/nsupdate/main.c. [RT #30522] --- 9.6-ESV-R7-P2 released --- diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c index 276ae2f72d..3c10b5fd36 100644 --- a/bin/nsupdate/nsupdate.c +++ b/bin/nsupdate/nsupdate.c @@ -174,7 +174,7 @@ typedef struct nsu_requestinfo { static void sendrequest(isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, dns_message_t *msg, dns_request_t **request); -ISC_PLATFORM_NORETURN_POST static void +ISC_PLATFORM_NORETURN_PRE static void fatal(const char *format, ...) ISC_FORMAT_PRINTF(1, 2) ISC_PLATFORM_NORETURN_POST;