diff options
Diffstat (limited to 'usr.sbin/bind/lib/isc/heap.c')
-rw-r--r-- | usr.sbin/bind/lib/isc/heap.c | 2 |
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: |