artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ca4a27
)
add siginfo member to struct sigframe
author
kstailey
<kstailey@openbsd.org>
Mon, 3 Feb 1997 23:22:38 +0000
(23:22 +0000)
committer
kstailey
<kstailey@openbsd.org>
Mon, 3 Feb 1997 23:22:38 +0000
(23:22 +0000)
sys/arch/sun3/sun3/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/sun3/sun3/machdep.c
b/sys/arch/sun3/sun3/machdep.c
index
9e58a48
..
ecd655d
100644
(file)
--- a/
sys/arch/sun3/sun3/machdep.c
+++ b/
sys/arch/sun3/sun3/machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: machdep.c,v 1.1
5 1997/02/03 21:30:14
kstailey Exp $ */
+/* $OpenBSD: machdep.c,v 1.1
6 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