aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2002-02-20 05:09:57 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2002-02-20 05:09:57 +0000
commit9090144b0178c81ef10de809fa69b774e497db09 (patch)
tree2f7e3be609f06b94766c25c923fea8328d19f43d /sys/pc98
parent11dc790e85fe79ae87e1db9b7c1f91c5b8263370 (diff)
downloadsrc-9090144b0178c81ef10de809fa69b774e497db09.tar.gz
src-9090144b0178c81ef10de809fa69b774e497db09.zip
MFi386: revision 1.497
Notes
Notes: svn path=/head/; revision=90953
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/i386/machdep.c3
-rw-r--r--sys/pc98/pc98/machdep.c3
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 <sys/msgbuf.h>
#include <sys/sysent.h>
#include <sys/sysctl.h>
+#include <sys/ucontext.h>
#include <sys/vmmeter.h>
#include <sys/bus.h>
#include <sys/eventhandler.h>
@@ -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 <sys/msgbuf.h>
#include <sys/sysent.h>
#include <sys/sysctl.h>
+#include <sys/ucontext.h>
#include <sys/vmmeter.h>
#include <sys/bus.h>
#include <sys/eventhandler.h>
@@ -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;