diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-01-09 09:58:33 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-01-09 09:58:33 +0000 |
commit | 0da30d61e624fa6fbd4d6b2057244e0c9e0c213b (patch) | |
tree | 76e88c380de063d6c34d9c662df82c2ee84b3bf1 /lib/isc/assertions.c | |
parent | 84c329fd83557f6415f6355007797dbcbaa685b0 (diff) |
Notes
Diffstat (limited to 'lib/isc/assertions.c')
-rw-r--r-- | lib/isc/assertions.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/isc/assertions.c b/lib/isc/assertions.c index 94c6732fd8bd..ce4ea83c850a 100644 --- a/lib/isc/assertions.c +++ b/lib/isc/assertions.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2008 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1997-2001 Internet Software Consortium. * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: assertions.c,v 1.16.206.1 2004/03/06 08:14:27 marka Exp $ */ +/* $Id: assertions.c,v 1.16.206.3 2008/10/15 23:45:34 tbox Exp $ */ #include <config.h> @@ -28,7 +28,7 @@ /* * Forward. */ - +/* coverity[+kill] */ static void default_callback(const char *, int, isc_assertiontype_t, const char *); |