Date: Mon, 29 Mar 1999 11:25:56 -0500 (EST) From: Daniel Eischen <eischen@vigrid.com> To: current@FreeBSD.ORG, kevin_eliuk@sunshine.net Subject: Re: make buildworld fails Message-ID: <199903291625.LAA03889@pcnet1.pcnet.com>
next in thread | raw e-mail | index | archive | help
Kevin G. Eliuk wrote: > cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include > -DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I/usr/src/lib/libc_r/uthread > -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale > -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include > -c /usr/src/lib/libc_r/../libc/gen/jrand48.c -o jrand48.o > In file included from /usr/src/lib/libc_r/../libc/gen/isatty.c:42: > /usr/src/lib/libc_r/uthread/pthread_private.h:793: parse error before `_sched_switch_hook' > /usr/src/lib/libc_r/uthread/pthread_private.h:797: warning: data definition has no type or storage class > *** Error code 1 Has src/include been updated? The missing type should be in src/include/pthread_np.h (pthread_switch_routine_t). Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903291625.LAA03889>