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/random.c | |
parent | fa5fb0343e2347012cf980b8273e2cba6c36de4a (diff) |
Vendor import of BIND 9.4.1
Notes
Notes:
svn path=/vendor/bind9/dist/; revision=170222
Diffstat (limited to 'contrib/bind9/lib/isc/random.c')
-rw-r--r-- | contrib/bind9/lib/isc/random.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/bind9/lib/isc/random.c b/contrib/bind9/lib/isc/random.c index e5c4d3118fc5..f6c7d6e1266e 100644 --- a/contrib/bind9/lib/isc/random.c +++ b/contrib/bind9/lib/isc/random.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: random.c,v 1.15.74.5 2004/03/08 09:04:49 marka Exp $ */ +/* $Id: random.c,v 1.21.18.2 2005/04/29 00:16:48 marka Exp $ */ + +/*! \file */ #include <config.h> |