From owner-cvs-all Thu Aug 17 18:52:56 2000 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.129.65]) by hub.freebsd.org (Postfix) with ESMTP id 2DC8037BC24; Thu, 17 Aug 2000 18:50:58 -0700 (PDT) Received: from likes.radiohead.net (likes.radiohead.net [64.63.20.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8104A6E4190; Thu, 17 Aug 2000 16:39:57 -0700 (PDT) Received: by likes.radiohead.net (Postfix, from userid 1000) id 2E576793; Thu, 17 Aug 2000 16:39:17 -0700 (PDT) Date: Thu, 17 Aug 2000 16:39:17 -0700 From: Dan Peterson To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_attr_getdetachstate.c uthread_attr_getstackaddr.c uthread_attr_getstacksize.c Message-ID: <20000817163914.A72306@danp.net> References: <200008171816.LAA96225@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.6-current-20000730i In-Reply-To: <200008171816.LAA96225@freefall.freebsd.org>; from jhb@FreeBSD.org on Thu, Aug 17, 2000 at 11:16:54AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG this commit broke my buildworld. i got conflicting type errors from these three source files, and just had to change 'pthread_attr_t *attr' to 'const pthread_attr_t *attr' (as pthread.h declares them) in the associated functions. it seems to have worked. -dan On Thu, Aug 17, 2000 at 11:16:54AM -0700, John Baldwin wrote: | jhb 2000/08/17 11:16:54 PDT | | Modified files: (Branch: RELENG_4) | lib/libc_r/uthread uthread_attr_getdetachstate.c | uthread_attr_getstackaddr.c | uthread_attr_getstacksize.c | Log: | MFC: Change the prototypes in the code as well as in the headers. | | Noticed by: Sean O'Connell | Pointy hat to: jhb | | Revision Changes Path | 1.3.2.1 +3 -2 src/lib/libc_r/uthread/uthread_attr_getdetachstate.c | 1.3.2.1 +3 -2 src/lib/libc_r/uthread/uthread_attr_getstackaddr.c | 1.3.2.1 +3 -2 src/lib/libc_r/uthread/uthread_attr_getstacksize.c -- Dan Peterson / danp@danp.net / 415.505.4855 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message