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_lock.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libpthread/pthread_lock.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- src/lib/libpthread/pthread_lock.c 2004/03/14 01:19:42 1.11 +++ src/lib/libpthread/pthread_lock.c 2004/03/14 12:49:31 1.12 @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_lock.c,v 1.11 2004/03/14 01:19:42 cl Exp $ */ +/* $NetBSD: pthread_lock.c,v 1.12 2004/03/14 12:49:31 he Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -37,8 +37,9 @@ */ #include -__RCSID("$NetBSD: pthread_lock.c,v 1.11 2004/03/14 01:19:42 cl Exp $"); +__RCSID("$NetBSD: pthread_lock.c,v 1.12 2004/03/14 12:49:31 he Exp $"); +#include #include #include