diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-12-14 20:32:13 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-12-14 20:32:13 +0000 |
| commit | ee920b29e4bd0372c7fc14dc2c1ed871682960b9 (patch) | |
| tree | c8d408649af80afb3753a137dcfa2f20eea6efcd /lib/libc/nameser/ns_parse.c | |
| parent | df328b80a4df8b5663d082e4f6ff06816a57f1de (diff) | |
Notes
Diffstat (limited to 'lib/libc/nameser/ns_parse.c')
| -rw-r--r-- | lib/libc/nameser/ns_parse.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/nameser/ns_parse.c b/lib/libc/nameser/ns_parse.c index 5e7998d6c81c..f7b0ee3901ad 100644 --- a/lib/libc/nameser/ns_parse.c +++ b/lib/libc/nameser/ns_parse.c @@ -16,8 +16,10 @@ */ #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 +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* Import. */ @@ -40,7 +42,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) \ |
