diff options
author | dougb <dougb@FreeBSD.org> | 2011-05-27 23:50:10 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-05-27 23:50:10 +0000 |
commit | 844f19b0edf02767283e90275c49bb59f15b5aac (patch) | |
tree | 3da3a204d3c1cb34210519d40feaea44a3a7f04c /lib/isc/heap.c | |
parent | 8287cb3f73a2d36684fdf69f4009f28e17dd3800 (diff) | |
download | FreeBSD-src-844f19b0edf02767283e90275c49bb59f15b5aac.zip FreeBSD-src-844f19b0edf02767283e90275c49bb59f15b5aac.tar.gz |
Vendor import of BIND 9.6-ESV-R4-P1
Diffstat (limited to 'lib/isc/heap.c')
-rw-r--r-- | lib/isc/heap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isc/heap.c b/lib/isc/heap.c index dc32100..68f8ba8 100644 --- a/lib/isc/heap.c +++ b/lib/isc/heap.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: heap.c,v 1.37.240.3 2010/02/04 23:47:46 tbox Exp $ */ +/* $Id: heap.c,v 1.37.240.3 2010-02-04 23:47:46 tbox Exp $ */ /*! \file * Heap implementation of priority queues adapted from the following: |