Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libpthread/pthread_barrier.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libpthread/pthread_barrier.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/lib/libpthread/pthread_barrier.c 2006/12/24 18:39:46 1.8 +++ src/lib/libpthread/pthread_barrier.c 2007/01/17 23:24:22 1.9 @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_barrier.c,v 1.8 2006/12/24 18:39:46 ad Exp $ */ +/* $NetBSD: pthread_barrier.c,v 1.9 2007/01/17 23:24:22 hubertf Exp $ */ /*- * Copyright (c) 2001, 2003 The NetBSD Foundation, Inc. @@ -37,10 +37,9 @@ */ #include -__RCSID("$NetBSD: pthread_barrier.c,v 1.8 2006/12/24 18:39:46 ad Exp $"); +__RCSID("$NetBSD: pthread_barrier.c,v 1.9 2007/01/17 23:24:22 hubertf Exp $"); #include -#include #include "pthread.h" #include "pthread_int.h"