From 9090144b0178c81ef10de809fa69b774e497db09 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Wed, 20 Feb 2002 05:09:57 +0000 Subject: [PATCH] MFi386: revision 1.497 --- sys/pc98/i386/machdep.c | 3 ++- sys/pc98/pc98/machdep.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index e91eaf89a7d2..2abab991393a 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -72,6 +72,7 @@ #include #include #include +#include #include #include #include @@ -719,7 +720,7 @@ int sigreturn(td, uap) struct thread *td; struct sigreturn_args /* { - ucontext_t *sigcntxp; + const __ucontext *sigcntxp; } */ *uap; { struct proc *p = td->td_proc; diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index e91eaf89a7d2..2abab991393a 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -72,6 +72,7 @@ #include #include #include +#include #include #include #include @@ -719,7 +720,7 @@ int sigreturn(td, uap) struct thread *td; struct sigreturn_args /* { - ucontext_t *sigcntxp; + const __ucontext *sigcntxp; } */ *uap; { struct proc *p = td->td_proc;