On 27/04/16(Wed) 18:52, [email protected] wrote:
> On 2016-04-27 18:20, Joerg Sonnenberger wrote:
> >This
> >[...snip...]
> >and this disagree?
> 
> I... am so sorry. You're right of course; I don't know how that patch
> happened.

ok mpi@

> diff --git a/src/sys/sys/siginfo.h b/src/sys/sys/siginfo.h
> index 814e8f2..1e8365f 100644
> --- a/src/sys/sys/siginfo.h
> +++ b/src/sys/sys/siginfo.h
> @@ -150,7 +150,7 @@ typedef struct {
>                       } _pdata;
>               } _proc;
>               struct {        /* SIGSEGV, SIGBUS, SIGILL and SIGFPE */
> -                     caddr_t _addr;          /* faulting address */
> +                     void    *_addr;         /* faulting address */
>                       int     _trapno;        /* illegal trap number */
>               } _fault;
>  #if 0
> 

Reply via email to