Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread Remove unnecessary inclusion of <assert.h>.



details:   https://anonhg.NetBSD.org/src/rev/d58b46e00f77
branches:  trunk
changeset: 543034:d58b46e00f77
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Sat Feb 15 00:52:18 2003 +0000

description:
Remove unnecessary inclusion of <assert.h>.

diffstat:

 lib/libpthread/pthread_barrier.c |  3 +--
 lib/libpthread/pthread_mutex.c   |  3 +--
 lib/libpthread/pthread_rwlock.c  |  3 +--
 lib/libpthread/pthread_stack.c   |  3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diffs (68 lines):

diff -r 0fbe831d51a5 -r d58b46e00f77 lib/libpthread/pthread_barrier.c
--- a/lib/libpthread/pthread_barrier.c  Sat Feb 15 00:46:30 2003 +0000
+++ b/lib/libpthread/pthread_barrier.c  Sat Feb 15 00:52:18 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_barrier.c,v 1.4 2003/01/31 04:59:40 nathanw Exp $      */
+/*     $NetBSD: pthread_barrier.c,v 1.5 2003/02/15 00:52:18 nathanw Exp $      */
 
 /*-
  * Copyright (c) 2001, 2003 The NetBSD Foundation, Inc.
@@ -36,7 +36,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <assert.h>
 #include <errno.h>
 #include <sys/cdefs.h>
 
diff -r 0fbe831d51a5 -r d58b46e00f77 lib/libpthread/pthread_mutex.c
--- a/lib/libpthread/pthread_mutex.c    Sat Feb 15 00:46:30 2003 +0000
+++ b/lib/libpthread/pthread_mutex.c    Sat Feb 15 00:52:18 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_mutex.c,v 1.8 2003/01/31 02:55:00 nathanw Exp $        */
+/*     $NetBSD: pthread_mutex.c,v 1.9 2003/02/15 00:52:18 nathanw Exp $        */
 
 /*-
  * Copyright (c) 2001, 2003 The NetBSD Foundation, Inc.
@@ -37,7 +37,6 @@
  */
 
 #include <sys/cdefs.h>
-#include <assert.h>
 #include <errno.h>
 #include <limits.h>
 #include <stdlib.h>
diff -r 0fbe831d51a5 -r d58b46e00f77 lib/libpthread/pthread_rwlock.c
--- a/lib/libpthread/pthread_rwlock.c   Sat Feb 15 00:46:30 2003 +0000
+++ b/lib/libpthread/pthread_rwlock.c   Sat Feb 15 00:52:18 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_rwlock.c,v 1.3 2003/01/31 04:59:40 nathanw Exp $ */
+/*     $NetBSD: pthread_rwlock.c,v 1.4 2003/02/15 00:52:18 nathanw Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -36,7 +36,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <assert.h>
 #include <errno.h>
 #include <sys/cdefs.h>
 
diff -r 0fbe831d51a5 -r d58b46e00f77 lib/libpthread/pthread_stack.c
--- a/lib/libpthread/pthread_stack.c    Sat Feb 15 00:46:30 2003 +0000
+++ b/lib/libpthread/pthread_stack.c    Sat Feb 15 00:52:18 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_stack.c,v 1.5 2003/01/19 20:58:01 thorpej Exp $        */
+/*     $NetBSD: pthread_stack.c,v 1.6 2003/02/15 00:52:19 nathanw Exp $        */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -36,7 +36,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <assert.h>
 #include <err.h>
 #include <errno.h>
 #include <signal.h>



Home | Main Index | Thread Index | Old Index