Matthew Dillon wrote:
> 
>     The compile dies with prototype-missing errors on osig*() routines
>     in kern/kern_sig.c and i386/i386/machdep.c if COMPAT_43 is not defined.

This is a known problem. We need to introduce something like
COMPAT_FBSD3 and make the code conditional on that. It's now conditional
on COMPAT_43 which is wrong, because the osig* code is not 4.3BSD
specific.

-- 
Marcel Moolenaar                        mailto:[EMAIL PROTECTED]
SCC Internetworking & Databases           http://www.scc.nl/
The FreeBSD project                mailto:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to