3358 [bug] Fix declaration of fatal in bin/named/server.c

and bin/nsupdate/main.c. [RT #30522]
This commit is contained in:
Mark Andrews
2012-08-05 13:07:51 +10:00
parent 1021e81004
commit 05ea0705d1
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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 ---
+1 -1
View File
@@ -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;