From owner-cvs-all Thu Aug 17 9:17:50 2000 Delivered-To: cvs-all@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 4707937B7BF; Thu, 17 Aug 2000 09:17:33 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id JAA03444; Thu, 17 Aug 2000 09:17:17 -0700 Message-ID: <399C100D.3BEBA369@urx.com> Date: Thu, 17 Aug 2000 09:17:17 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: John Baldwin Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/include pthread.h References: <200008170817.BAA05992@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > > jhb 2000/08/17 01:17:59 PDT > > Modified files: (Branch: RELENG_4) > include pthread.h > Log: > MFC: Add missing const's and a missing prototype. > > Revision Changes Path > 1.20.2.1 +8 -4 src/include/pthread.h This modification breaks 4.1-stable with the following messages cc -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include -DPTHREA D_KERNEL -D_THREAD_SAFE -I/usr/src/lib/libc_r/uthread -I/usr/src/lib/libc_r/../. ./include -D_LOCK_DEBUG -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/s rc/lib/libc_r/../libc/locale -DBROKEN_DES -DYP -I/usr/obj/usr/src/i386/usr/inclu de -c /usr/src/lib/libc_r/uthread/uthread_attr_getdetachstate.c -o uthread_attr_ getdetachstate.o /usr/src/lib/libc_r/uthread/uthread_attr_getdetachstate.c:40: conflicting types for `pthread_attr_getdetachstate' /usr/src/lib/libc_r/../../include/pthread.h:198: previous declaration of `pthrea d_attr_getdetachstate' *** Error code 1 Stop in /usr/src/lib/libc_r. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://kstewart.urx.com/kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message