diff options
author | ume <ume@FreeBSD.org> | 2007-12-03 15:07:58 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-12-03 15:07:58 +0000 |
commit | c98e1a2037f53907ee99129742b0bd6d03ed8fd8 (patch) | |
tree | 1a23128d8722e6c2622818461d6ba6bacf948de4 /lib/libc | |
parent | 0c4e2d79d01134c89fafec263be93c2fd9606d77 (diff) | |
parent | 488e5a6dee1bc3d87e30fbac478ca531d2b77eb3 (diff) | |
download | FreeBSD-src-c98e1a2037f53907ee99129742b0bd6d03ed8fd8.zip FreeBSD-src-c98e1a2037f53907ee99129742b0bd6d03ed8fd8.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r174223,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/nameser/ns_parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) \ |