On 2016-05-30 08:59, Martin Pieuchot wrote:
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@

Regenerated the patch with CVS, now that I actually know how to use it
a little bit:

Index: siginfo.h
===================================================================
RCS file: /var/storage/andrew/openbsd/cvs/src/sys/sys/siginfo.h,v
retrieving revision 1.11
diff -u -p -u -r1.11 siginfo.h
--- siginfo.h   14 Apr 2015 16:40:46 -0000      1.11
+++ siginfo.h   29 Mar 2017 22:17:49 -0000
@@ -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

Thank you,
Andrew Aldridge

Reply via email to