diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-05-31 00:11:36 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-05-31 00:11:36 +0000 |
commit | b0e69f719c1db2c19fcfba96f0dac9a5a2277350 (patch) | |
tree | 72d567a9bc3fb8adcfcbaa9baedc122d53071209 /lib/isc/noatomic/include | |
parent | fe9c1406ede29d1f2b9969c75785beef87a4bf87 (diff) | |
download | src-b0e69f719c1db2c19fcfba96f0dac9a5a2277350.tar.gz src-b0e69f719c1db2c19fcfba96f0dac9a5a2277350.zip |
Vendor import of BIND 9.6.1rc1
Notes
Notes:
svn path=/vendor/bind9/dist/; revision=193141
Diffstat (limited to 'lib/isc/noatomic/include')
-rw-r--r-- | lib/isc/noatomic/include/Makefile.in | 2 | ||||
-rw-r--r-- | lib/isc/noatomic/include/isc/Makefile.in | 2 | ||||
-rw-r--r-- | lib/isc/noatomic/include/isc/atomic.h | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/isc/noatomic/include/Makefile.in b/lib/isc/noatomic/include/Makefile.in index f4dd2f650c95..f1d8bdd31a54 100644 --- a/lib/isc/noatomic/include/Makefile.in +++ b/lib/isc/noatomic/include/Makefile.in @@ -12,7 +12,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.2.2.1 2007/09/14 04:26:38 marka Exp $ +# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/noatomic/include/isc/Makefile.in b/lib/isc/noatomic/include/isc/Makefile.in index 6760ce61d743..5f116cac9d09 100644 --- a/lib/isc/noatomic/include/isc/Makefile.in +++ b/lib/isc/noatomic/include/isc/Makefile.in @@ -12,7 +12,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.2.2.1 2007/09/14 04:26:38 marka Exp $ +# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/noatomic/include/isc/atomic.h b/lib/isc/noatomic/include/isc/atomic.h index 1c7035f92d8b..942ba036e27f 100644 --- a/lib/isc/noatomic/include/isc/atomic.h +++ b/lib/isc/noatomic/include/isc/atomic.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC") * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: atomic.h,v 1.2.2.1 2005/06/04 06:23:44 jinmei Exp $ */ +/* $Id: atomic.h,v 1.4 2007/06/19 23:47:18 tbox Exp $ */ #ifndef ISC_ATOMIC_H #define ISC_ATOMIC_H 1 |