diff options
Diffstat (limited to 'lib/isc/pthreads')
-rw-r--r-- | lib/isc/pthreads/Makefile.in | 2 | ||||
-rw-r--r-- | lib/isc/pthreads/condition.c | 2 | ||||
-rw-r--r-- | lib/isc/pthreads/include/Makefile.in | 2 | ||||
-rw-r--r-- | lib/isc/pthreads/include/isc/Makefile.in | 2 | ||||
-rw-r--r-- | lib/isc/pthreads/include/isc/condition.h | 2 | ||||
-rw-r--r-- | lib/isc/pthreads/include/isc/mutex.h | 2 | ||||
-rw-r--r-- | lib/isc/pthreads/include/isc/once.h | 2 | ||||
-rw-r--r-- | lib/isc/pthreads/include/isc/thread.h | 2 | ||||
-rw-r--r-- | lib/isc/pthreads/mutex.c | 2 | ||||
-rw-r--r-- | lib/isc/pthreads/thread.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/lib/isc/pthreads/Makefile.in b/lib/isc/pthreads/Makefile.in index b9cc906e20e46..10cc1de7ac2bd 100644 --- a/lib/isc/pthreads/Makefile.in +++ b/lib/isc/pthreads/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.17 2004/03/05 05:11:16 marka Exp $ +# $Id: Makefile.in,v 1.17 2004-03-05 05:11:16 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/pthreads/condition.c b/lib/isc/pthreads/condition.c index b9c26c665f27e..7c111e7f2ed3f 100644 --- a/lib/isc/pthreads/condition.c +++ b/lib/isc/pthreads/condition.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.c,v 1.32.18.2 2005/04/29 00:17:05 marka Exp $ */ +/* $Id: condition.c,v 1.32.18.2 2005-04-29 00:17:05 marka Exp $ */ /*! \file */ diff --git a/lib/isc/pthreads/include/Makefile.in b/lib/isc/pthreads/include/Makefile.in index b1164b62c0ab8..b09d4e50a7101 100644 --- a/lib/isc/pthreads/include/Makefile.in +++ b/lib/isc/pthreads/include/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.12 2004/03/05 05:11:19 marka Exp $ +# $Id: Makefile.in,v 1.12 2004-03-05 05:11:19 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/pthreads/include/isc/Makefile.in b/lib/isc/pthreads/include/isc/Makefile.in index 2e11f6cc18411..68e89b107e584 100644 --- a/lib/isc/pthreads/include/isc/Makefile.in +++ b/lib/isc/pthreads/include/isc/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.14 2004/03/05 05:11:40 marka Exp $ +# $Id: Makefile.in,v 1.14 2004-03-05 05:11:40 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/pthreads/include/isc/condition.h b/lib/isc/pthreads/include/isc/condition.h index f7cea7556c3c0..e885a99e5947d 100644 --- a/lib/isc/pthreads/include/isc/condition.h +++ b/lib/isc/pthreads/include/isc/condition.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.h,v 1.22.18.2 2005/04/29 00:17:05 marka Exp $ */ +/* $Id: condition.h,v 1.22.18.2 2005-04-29 00:17:05 marka Exp $ */ #ifndef ISC_CONDITION_H #define ISC_CONDITION_H 1 diff --git a/lib/isc/pthreads/include/isc/mutex.h b/lib/isc/pthreads/include/isc/mutex.h index edafaf697c6e6..007b66edfcfa9 100644 --- a/lib/isc/pthreads/include/isc/mutex.h +++ b/lib/isc/pthreads/include/isc/mutex.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutex.h,v 1.25.18.3 2005/07/12 01:22:33 marka Exp $ */ +/* $Id: mutex.h,v 1.25.18.3 2005-07-12 01:22:33 marka Exp $ */ #ifndef ISC_MUTEX_H #define ISC_MUTEX_H 1 diff --git a/lib/isc/pthreads/include/isc/once.h b/lib/isc/pthreads/include/isc/once.h index 7e9f6727a1844..07acade17b7af 100644 --- a/lib/isc/pthreads/include/isc/once.h +++ b/lib/isc/pthreads/include/isc/once.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: once.h,v 1.9.18.2 2005/04/29 00:17:06 marka Exp $ */ +/* $Id: once.h,v 1.9.18.2 2005-04-29 00:17:06 marka Exp $ */ #ifndef ISC_ONCE_H #define ISC_ONCE_H 1 diff --git a/lib/isc/pthreads/include/isc/thread.h b/lib/isc/pthreads/include/isc/thread.h index 32626077f7e50..d6155d8f56db2 100644 --- a/lib/isc/pthreads/include/isc/thread.h +++ b/lib/isc/pthreads/include/isc/thread.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.h,v 1.20.18.4 2005/09/18 07:58:08 marka Exp $ */ +/* $Id: thread.h,v 1.20.18.4 2005-09-18 07:58:08 marka Exp $ */ #ifndef ISC_THREAD_H #define ISC_THREAD_H 1 diff --git a/lib/isc/pthreads/mutex.c b/lib/isc/pthreads/mutex.c index afbc861c2ef79..a153e89edd7d2 100644 --- a/lib/isc/pthreads/mutex.c +++ b/lib/isc/pthreads/mutex.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutex.c,v 1.8.18.6 2008/04/04 23:46:02 tbox Exp $ */ +/* $Id: mutex.c,v 1.8.18.6 2008-04-04 23:46:02 tbox Exp $ */ /*! \file */ diff --git a/lib/isc/pthreads/thread.c b/lib/isc/pthreads/thread.c index bdbb5931fe751..f41eae867d7aa 100644 --- a/lib/isc/pthreads/thread.c +++ b/lib/isc/pthreads/thread.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.c,v 1.12.18.3 2005/04/29 00:17:05 marka Exp $ */ +/* $Id: thread.c,v 1.12.18.3 2005-04-29 00:17:05 marka Exp $ */ /*! \file */ |