Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: -current won't build; sendsig_sigcontext



On Mon, Jan 12, 2009 at 07:11:31AM -0500, Brad Parker wrote:
> 
> I know this is a reported bug, but -current won't build for vax.
> 
> void
> sendsig_sigcontext(const ksiginfo_t *ksi, const sigset_t *mask)
> {
> #error Implement sendsig_sigcontext
> #if 0   /* This is the amd64 implementation */
>         printf("sendsig_sigcontext: illegal\n");
>         sigexit(curlwp, SIGILL);
> #endif
> }
> 
> Can anyone briefly describe what has to be done?
> 

I've got a patch that I'll commit tonight. I've knackered my hdd (with
the patch on) so I'm just in the process of recovering it.


Home | Main Index | Thread Index | Old Index