From owner-freebsd-current Mon Jan 29 11: 3:40 2001 Delivered-To: freebsd-current@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 7BDBA37B699 for ; Mon, 29 Jan 2001 11:03:19 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id OAA29015; Mon, 29 Jan 2001 14:02:52 -0500 (EST) Date: Mon, 29 Jan 2001 14:02:52 -0500 (EST) From: Daniel Eischen To: Manfred Antar Cc: current@FreeBSD.ORG Subject: Re: libc_r broken In-Reply-To: <5.0.2.1.2.20010129095217.00a6a858@pozo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 29 Jan 2001, Manfred Antar wrote: > libc_r won't compile since changes made last night. > (libc_r)504}make > cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include -DPTHREAD_KERNEL -D_THREAD_SAFE -I/usr/src/lib/libc_r/uthread -I/usr/src/lib/libc_r/../../include -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -c /usr/src/lib/libc_r/uthread/uthread_accept.c -o uthread_accept.o > cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include -DPTHREAD_KERNEL -D_THREAD_SAFE -I/usr/src/lib/libc_r/uthread -I/usr/src/lib/libc_r/../../include -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -c /usr/src/lib/libc_r/uthread/uthread_aio_suspend.c -o uthread_aio_suspend.o > /usr/src/lib/libc_r/uthread/uthread_aio_suspend.c: In function `_aio_suspend': > /usr/src/lib/libc_r/uthread/uthread_aio_suspend.c:45: warning: passing arg 1 of `__sys_aio_suspend' discards qualifiers from pointer target type > /usr/src/lib/libc_r/uthread/uthread_aio_suspend.c:45: incompatible type for argument 3 of `__sys_aio_suspend' > *** Error code 1 > > Stop in /usr/src/lib/libc_r. Sorry, I committed (I think) the wrong copy of pthread_private.h. I just committed a fix for this. I'm away from my -current box right now, so let me know if this doesn't work. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message