Date: Sat, 16 May 1998 19:40:10 +1000 From: Bruce Evans <bde@zeta.org.au> To: dyson@FreeBSD.ORG, peter@netplex.com.au Cc: current@FreeBSD.ORG, kkennawa@physics.adelaide.edu.au Subject: Re: libc corruption Message-ID: <199805160940.TAA11548@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>To make it a little easier, perhaps have libc's syscall tables explicitly
>generated from the kernel sources and committed. That should make it
>a no-brainer to keep them in sync and yet will stop accidental leakage
>from the kernel into libc.
Better yet, generate the tables explicity and don't commit them anywhere.
That should make it a no-brainer to keep them in sync and stop accidental
blockage of the flow from the kernel into libc :-).
The flow was apparently blocked by not installing includes before
building libc. syscall.mk is included from ${.CURDIR}/../../sys, but
syscall.h is included from <sys/>.
Bruce
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?199805160940.TAA11548>
