diff options
author | dougb <dougb@FreeBSD.org> | 2012-04-04 23:11:25 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-04-04 23:11:25 +0000 |
commit | 309194c14377fe6e83d03ca2cf69219aa50f2741 (patch) | |
tree | d6eb268f26af23cc29cceb581dd5468a2cfef052 /lib/isc/heap.c | |
parent | e7368209f011bd054ff8564bb9ac0e4a32c6dcdd (diff) | |
download | FreeBSD-src-309194c14377fe6e83d03ca2cf69219aa50f2741.zip FreeBSD-src-309194c14377fe6e83d03ca2cf69219aa50f2741.tar.gz |
Vendor import of BIND 9.8.2
Diffstat (limited to 'lib/isc/heap.c')
-rw-r--r-- | lib/isc/heap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/isc/heap.c b/lib/isc/heap.c index eeef7f7..ebadd2f 100644 --- a/lib/isc/heap.c +++ b/lib/isc/heap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2010, 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2010-2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1997-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: heap.c,v 1.39.150.2 2011-03-03 23:47:09 tbox Exp $ */ +/* $Id$ */ /*! \file * Heap implementation of priority queues adapted from the following: |