diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2007-06-02 23:21:47 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2007-06-02 23:21:47 +0000 |
| commit | 141cfa50294bfad08bb6c6419f1dc4fc3165c6ab (patch) | |
| tree | 6e65ba28d6d850f4d5c07cd37f26842e97b4aecf /contrib/bind9/lib/isc/taskpool.c | |
| parent | fa5fb0343e2347012cf980b8273e2cba6c36de4a (diff) | |
Notes
Diffstat (limited to 'contrib/bind9/lib/isc/taskpool.c')
| -rw-r--r-- | contrib/bind9/lib/isc/taskpool.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/bind9/lib/isc/taskpool.c b/contrib/bind9/lib/isc/taskpool.c index a3931a9fb90c..f1f619d26dce 100644 --- a/contrib/bind9/lib/isc/taskpool.c +++ b/contrib/bind9/lib/isc/taskpool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: taskpool.c,v 1.10.12.5 2006/01/04 23:50:21 marka Exp $ */ +/* $Id: taskpool.c,v 1.12.18.3 2005/11/30 03:44:39 marka Exp $ */ + +/*! \file */ #include <config.h> |
