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_attr.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libpthread/pthread_attr.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -p -r1.6 -r1.6.2.1 --- src/lib/libpthread/pthread_attr.c 2007/08/16 01:09:34 1.6 +++ src/lib/libpthread/pthread_attr.c 2008/03/23 00:40:28 1.6.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_attr.c,v 1.6 2007/08/16 01:09:34 ad Exp $ */ +/* pthread_attr.c,v 1.6 2007/08/16 01:09:34 ad Exp */ /*- * Copyright (c) 2001,2002,2003 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__RCSID("$NetBSD: pthread_attr.c,v 1.6 2007/08/16 01:09:34 ad Exp $"); +__RCSID("pthread_attr.c,v 1.6 2007/08/16 01:09:34 ad Exp"); #include #include @@ -48,6 +48,8 @@ __RCSID("$NetBSD: pthread_attr.c,v 1.6 2 #include "pthread.h" #include "pthread_int.h" +static struct pthread_attr_private *pthread__attr_init_private( + pthread_attr_t *); static struct pthread_attr_private * pthread__attr_init_private(pthread_attr_t *attr)