From: deraadt Date: Tue, 28 Jan 1997 09:01:31 +0000 (+0000) Subject: hp300 compat for siginfo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7948c403abd7259c861c8fef3be1d9133695f959;p=openbsd hp300 compat for siginfo --- diff --git a/sys/arch/mvme68k/mvme68k/machdep.c b/sys/arch/mvme68k/mvme68k/machdep.c index 46a1d3dfac8..93df1dab2d8 100644 --- a/sys/arch/mvme68k/mvme68k/machdep.c +++ b/sys/arch/mvme68k/mvme68k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.14 1997/01/27 22:48:16 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.15 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]; };