diff options
| author | 2007-12-09 12:32:06 +0000 | |
|---|---|---|
| committer | 2007-12-09 12:32:06 +0000 | |
| commit | fafae112334f7f4f6998c73a8cd353e8aca1e256 (patch) | |
| tree | 458bc8093c22ca1b6290b68ebfa9c2784758c273 /usr.sbin/bind/lib/isc/unix/ipv6.c | |
| parent | correct the STANDARDS section to mention clock_getres() instead of (diff) | |
| download | wireguard-openbsd-fafae112334f7f4f6998c73a8cd353e8aca1e256.tar.xz wireguard-openbsd-fafae112334f7f4f6998c73a8cd353e8aca1e256.zip | |
ISC BIND release 9.4.2
Diffstat (limited to 'usr.sbin/bind/lib/isc/unix/ipv6.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/unix/ipv6.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/ipv6.c b/usr.sbin/bind/lib/isc/unix/ipv6.c index 54e8112a6e5..d81c7bab7a2 100644 --- a/usr.sbin/bind/lib/isc/unix/ipv6.c +++ b/usr.sbin/bind/lib/isc/unix/ipv6.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2006 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. */ -/* $ISC: ipv6.c,v 1.7.206.3 2006/08/25 05:25:50 marka Exp $ */ +/* $ISC: ipv6.c,v 1.8.18.4 2006/08/25 05:25:51 marka Exp $ */ + +/*! \file */ #include <config.h> |
