From 488e5a6dee1bc3d87e30fbac478ca531d2b77eb3 Mon Sep 17 00:00:00 2001 From: ume Date: Mon, 3 Dec 2007 15:07:58 +0000 Subject: Vendor import of BIND 9.4.2 --- lib/libc/nameser/ns_parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/nameser/ns_parse.c') diff --git a/lib/libc/nameser/ns_parse.c b/lib/libc/nameser/ns_parse.c index 5e7998d..c4658d8 100644 --- a/lib/libc/nameser/ns_parse.c +++ b/lib/libc/nameser/ns_parse.c @@ -16,7 +16,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: ns_parse.c,v 1.5.18.3 2005/10/11 00:25:10 marka Exp $"; +static const char rcsid[] = "$Id: ns_parse.c,v 1.5.18.4 2007/08/27 03:34:24 marka Exp $"; #endif /* Import. */ @@ -40,7 +40,7 @@ static void setsection(ns_msg *msg, ns_sect sect); /* Macros. */ -#ifndef SOLARIS2 +#if !defined(SOLARIS2) || defined(__COVERITY__) #define RETERR(err) do { errno = (err); return (-1); } while (0) #else #define RETERR(err) \ -- cgit v1.1