summaryrefslogtreecommitdiff
path: root/lib/bind/isc/assertions.c
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2008-12-23 18:35:21 +0000
committerDoug Barton <dougb@FreeBSD.org>2008-12-23 18:35:21 +0000
commit2fabdf5789e562f51310270bef3cb863c0dc920b (patch)
treed25d756be8550df073eb3ed4e5b39831380291b5 /lib/bind/isc/assertions.c
parente086bf114fd88cb7f882d66afe4492fe5659bcf2 (diff)
Notes
Diffstat (limited to 'lib/bind/isc/assertions.c')
-rw-r--r--lib/bind/isc/assertions.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/bind/isc/assertions.c b/lib/bind/isc/assertions.c
index c03464d2b3326..e4bd42ab6ed2a 100644
--- a/lib/bind/isc/assertions.c
+++ b/lib/bind/isc/assertions.c
@@ -16,7 +16,7 @@
*/
#if !defined(LINT) && !defined(CODECENTER)
-static const char rcsid[] = "$Id: assertions.c,v 1.2.18.1 2005/04/27 05:01:05 sra Exp $";
+static const char rcsid[] = "$Id: assertions.c,v 1.2.18.2 2008/10/15 03:57:21 marka Exp $";
#endif
#include "port_before.h"
@@ -78,6 +78,7 @@ assertion_type_to_text(assertion_type type) {
* Private.
*/
+/* coverity[+kill] */
static void
default_assertion_failed(const char *file, int line, assertion_type type,
const char *cond, int print_errno)