From c5f163b1db48b4f2dc7efe3a167284094620213d Mon Sep 17 00:00:00 2001 From: kstailey Date: Mon, 3 Feb 1997 23:22:38 +0000 Subject: [PATCH] add siginfo member to struct sigframe --- sys/arch/sun3/sun3/machdep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/sun3/sun3/machdep.c b/sys/arch/sun3/sun3/machdep.c index 9e58a48313a..ecd655dab1a 100644 --- a/sys/arch/sun3/sun3/machdep.c +++ b/sys/arch/sun3/sun3/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.15 1997/02/03 21:30:14 kstailey Exp $ */ +/* $OpenBSD: machdep.c,v 1.16 1997/02/03 23:22:38 kstailey Exp $ */ /* $NetBSD: machdep.c,v 1.77 1996/10/13 03:47:51 christos Exp $ */ /* @@ -482,6 +482,7 @@ struct sigframe { sig_t sf_handler; /* handler addr for u_sigc */ struct sigstate sf_state; /* state of the hardware */ struct sigcontext sf_sc; /* actual context */ + siginfo_t sf_si; }; #ifdef DEBUG -- 2.20.1