From owner-cvs-all Fri Feb 2 4:23: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 739F137B4EC; Fri, 2 Feb 2001 04:22:43 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id HAA23885; Fri, 2 Feb 2001 07:22:20 -0500 (EST) Date: Fri, 2 Feb 2001 07:22:20 -0500 (EST) From: Daniel Eischen To: Doug Barton Cc: Daniel Eischen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread pthread_private.h In-Reply-To: <3A7A7A6F.95349F46@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 2 Feb 2001, Doug Barton wrote: > I'm getting this error on tonight's cvsup... -current built this afternoon > around 2pm PST worked. > > Doug > > cc -O -ggdb -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include > -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE > -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -DHESIOD -c > /usr/src/lib/libc/../libc/gen/closedir.c -o closedir.o > /usr/src/lib/libc/../libc/gen/closedir.c: In function `closedir': > /usr/src/lib/libc/../libc/gen/closedir.c:61: structure has no member named > `dd_lock' > /usr/src/lib/libc/../libc/gen/closedir.c:69: structure has no member named > `dd_lock' > /usr/src/lib/libc/../libc/gen/closedir.c:70: structure has no member named > `dd_lock' > *** Error code 1 > > Stop in /usr/src/lib/libc. You have something out of sync. DIR in should have member dd_lock. > Daniel Eischen wrote: > > > > deischen 2001/01/30 18:16:57 PST > > > > Modified files: > > lib/libc_r/uthread pthread_private.h > > Log: > > s/_thread_sys_write/__sys_write/ > > > > Submitted by: Mike Heffner > > > > Revision Changes Path > > 1.53 +3 -3 src/lib/libc_r/uthread/pthread_private.h > > > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/lib/libc_r/uthread/pthread_private.h.diff?&r1=1.52&r2=1.53&f=h This commit has nothing to do with the above error... -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message