summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/lib/isc/heap.c
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2007-12-09 12:34:57 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2007-12-09 12:34:57 +0000
commit22b3400dbbcf53ca766905676d927453a6645f85 (patch)
treeff7ad80c67504a2a67013052d0ec7da58ead1345 /usr.sbin/bind/lib/isc/heap.c
parent2b864d06a3facac2aea4ea0bc5846ce9e24062d9 (diff)
ISC BIND release 9.4.2
Diffstat (limited to 'usr.sbin/bind/lib/isc/heap.c')
-rw-r--r--usr.sbin/bind/lib/isc/heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bind/lib/isc/heap.c b/usr.sbin/bind/lib/isc/heap.c
index a605df3d423..836f581c247 100644
--- a/usr.sbin/bind/lib/isc/heap.c
+++ b/usr.sbin/bind/lib/isc/heap.c
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $ISC: heap.c,v 1.28.12.4 2006/04/17 18:27:20 explorer Exp $ */
+/* $ISC: heap.c,v 1.30.18.3 2006/04/17 18:27:33 explorer Exp $ */
/*! \file
* Heap implementation of priority queues adapted from the following: