artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc58f2
)
hp300 compat for siginfo
author
deraadt
<deraadt@openbsd.org>
Tue, 28 Jan 1997 09:01:31 +0000
(09:01 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 28 Jan 1997 09:01:31 +0000
(09:01 +0000)
sys/arch/mvme68k/mvme68k/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/mvme68k/mvme68k/machdep.c
b/sys/arch/mvme68k/mvme68k/machdep.c
index
46a1d3d
..
93df1da
100644
(file)
--- a/
sys/arch/mvme68k/mvme68k/machdep.c
+++ b/
sys/arch/mvme68k/mvme68k/machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: machdep.c,v 1.1
4 1997/01/27 22:48:16
deraadt Exp $ */
+/* $OpenBSD: machdep.c,v 1.1
5 1997/01/28 09:01:31
deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@
-665,6
+665,7
@@
struct hpuxsigframe {
int hsf_signum;
int hsf_code;
struct sigcontext *hsf_scp;
+ int hsf_nothing;
struct hpuxsigcontext hsf_sc;
int hsf_regs[15];
};