Date: Fri, 2 Feb 2001 07:22:20 -0500 (EST) From: Daniel Eischen <eischen@vigrid.com> To: Doug Barton <DougB@FreeBSD.org> Cc: Daniel Eischen <deischen@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread pthread_private.h Message-ID: <Pine.SUN.3.91.1010202071641.23204A-100000@pcnet1.pcnet.com> In-Reply-To: <3A7A7A6F.95349F46@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <dirent.h> 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 <mheffner@vt.edu> > > > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.1010202071641.23204A-100000>