kernel build breakage if COMPAT_43 not defined

1999-12-15 Thread Matthew Dillon
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. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the

Re: kernel build breakage if COMPAT_43 not defined

1999-12-15 Thread Marcel Moolenaar
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