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/strerror.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/strerror.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/unix/strerror.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/strerror.c b/usr.sbin/bind/lib/isc/unix/strerror.c index c87bdc1fa70..c802a573a97 100644 --- a/usr.sbin/bind/lib/isc/unix/strerror.c +++ b/usr.sbin/bind/lib/isc/unix/strerror.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $ISC: strerror.c,v 1.1.2.1.10.3 2004/03/08 09:04:57 marka Exp $ */ +/* $ISC: strerror.c,v 1.4.18.2 2005/04/29 00:17:08 marka Exp $ */ + +/*! \file */ #include <config.h> @@ -29,7 +31,7 @@ #include <isc/util.h> #ifdef HAVE_STRERROR -/* +/*% * We need to do this this way for profiled locks. */ static isc_mutex_t isc_strerror_lock; |
