]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix declaration of fatal in bin/named/server.c.
authorMark Andrews <marka@isc.org>
Sat, 4 Aug 2012 15:45:23 +0000 (01:45 +1000)
committerMark Andrews <marka@isc.org>
Sat, 4 Aug 2012 15:45:23 +0000 (01:45 +1000)
CHANGES
bin/named/server.c

diff --git a/CHANGES b/CHANGES
index 9f38843d1118ce2b9f3521b76b1bbea6d7e7bd22..1bf05e557a2fa6dc0d3117dbf6ec330cf4a6d290 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3358   [bug]           Fix declaration of fatal in bin/named/server.c.
+
        --- 9.6-ESV-R7-P2 released ---
 
 3346.  [security]      Bad-cache data could be used before it was
index 6853f5c6a1116d2eb6349bfa8fd58218c1fa6f2f..85cf67f0c7a1918ce3598eeb6c8952657f5a5e6b 100644 (file)
@@ -228,7 +228,7 @@ static const struct {
        { NULL, ISC_FALSE }
 };
 
-ISC_PLATFORM_NORETURN_POST static void
+ISC_PLATFORM_NORETURN_PRE static void
 fatal(const char *msg, isc_result_t result) ISC_PLATFORM_NORETURN_POST;
 
 static void