diff options
| author | ghen <ghen@NetBSD.org> | 2007-03-30 20:16:18 +0000 |
|---|---|---|
| committer | ghen <ghen@NetBSD.org> | 2007-03-30 20:16:18 +0000 |
| commit | e0bee3891d59112fa128e23def4c63bda1031dca (patch) | |
| tree | 48d5aa1c43f2940c3e1544f567a7ff4a3c030abe /lib/libc/include | |
| parent | f0e38187bddcec04047f4236c6c91be61d792a95 (diff) | |
Import bind 9.4.0.
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/isc/assertions.h | 8 | ||||
| -rw-r--r-- | lib/libc/include/isc/dst.h | 2 | ||||
| -rw-r--r-- | lib/libc/include/isc/eventlib.h | 2 | ||||
| -rw-r--r-- | lib/libc/include/isc/heap.h | 2 | ||||
| -rw-r--r-- | lib/libc/include/isc/memcluster.h | 2 | ||||
| -rw-r--r-- | lib/libc/include/resolv_mt.h | 2 |
6 files changed, 8 insertions, 10 deletions
diff --git a/lib/libc/include/isc/assertions.h b/lib/libc/include/isc/assertions.h index 52a17a2c422..8547856e767 100644 --- a/lib/libc/include/isc/assertions.h +++ b/lib/libc/include/isc/assertions.h @@ -1,4 +1,4 @@ -/* $NetBSD: assertions.h,v 1.1.1.2 2007/01/27 21:45:34 christos Exp $ */ +/* $NetBSD: assertions.h,v 1.1.1.3 2007/03/30 20:16:18 ghen Exp $ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") @@ -31,20 +31,18 @@ typedef enum { typedef void (*assertion_failure_callback)(const char *, int, assertion_type, const char *, int); -/* coverity[+kill] */ extern assertion_failure_callback __assertion_failed; - void set_assertion_failure_callback(assertion_failure_callback f); const char *assertion_type_to_text(assertion_type type); -#if defined(CHECK_ALL) || defined(__COVERITY__) +#ifdef CHECK_ALL #define CHECK_REQUIRE 1 #define CHECK_ENSURE 1 #define CHECK_INSIST 1 #define CHECK_INVARIANT 1 #endif -#if defined(CHECK_NONE) && !defined(__COVERITY__) +#ifdef CHECK_NONE #define CHECK_REQUIRE 0 #define CHECK_ENSURE 0 #define CHECK_INSIST 0 diff --git a/lib/libc/include/isc/dst.h b/lib/libc/include/isc/dst.h index f7620960594..9765e4c20b3 100644 --- a/lib/libc/include/isc/dst.h +++ b/lib/libc/include/isc/dst.h @@ -1,4 +1,4 @@ -/* $NetBSD: dst.h,v 1.1.1.2 2007/01/27 21:45:34 christos Exp $ */ +/* $NetBSD: dst.h,v 1.1.1.3 2007/03/30 20:16:18 ghen Exp $ */ #ifndef DST_H #define DST_H diff --git a/lib/libc/include/isc/eventlib.h b/lib/libc/include/isc/eventlib.h index 2466285c501..139898c8778 100644 --- a/lib/libc/include/isc/eventlib.h +++ b/lib/libc/include/isc/eventlib.h @@ -1,4 +1,4 @@ -/* $NetBSD: eventlib.h,v 1.1.1.2 2007/01/27 21:45:35 christos Exp $ */ +/* $NetBSD: eventlib.h,v 1.1.1.3 2007/03/30 20:16:19 ghen Exp $ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/libc/include/isc/heap.h b/lib/libc/include/isc/heap.h index 4c3dabfd066..9ae2a183491 100644 --- a/lib/libc/include/isc/heap.h +++ b/lib/libc/include/isc/heap.h @@ -1,4 +1,4 @@ -/* $NetBSD: heap.h,v 1.1.1.2 2007/01/27 21:45:35 christos Exp $ */ +/* $NetBSD: heap.h,v 1.1.1.3 2007/03/30 20:16:19 ghen Exp $ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/libc/include/isc/memcluster.h b/lib/libc/include/isc/memcluster.h index fd8706b0c9b..6f433492687 100644 --- a/lib/libc/include/isc/memcluster.h +++ b/lib/libc/include/isc/memcluster.h @@ -1,4 +1,4 @@ -/* $NetBSD: memcluster.h,v 1.1.1.2 2007/01/27 21:45:35 christos Exp $ */ +/* $NetBSD: memcluster.h,v 1.1.1.3 2007/03/30 20:16:19 ghen Exp $ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/libc/include/resolv_mt.h b/lib/libc/include/resolv_mt.h index f6b0e991e29..30c49df81aa 100644 --- a/lib/libc/include/resolv_mt.h +++ b/lib/libc/include/resolv_mt.h @@ -1,4 +1,4 @@ -/* $NetBSD: resolv_mt.h,v 1.1.1.1 2007/01/27 22:43:57 christos Exp $ */ +/* $NetBSD: resolv_mt.h,v 1.1.1.2 2007/03/30 20:16:18 ghen Exp $ */ #ifndef _RESOLV_MT_H #define _RESOLV_MT_H |
