1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

MFi386: revision 1.497

This commit is contained in:
Yoshihiro Takahashi 2002-02-20 05:09:57 +00:00
parent 11dc790e85
commit 9090144b01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90953
2 changed files with 4 additions and 2 deletions

View File

@ -72,6 +72,7 @@
#include <sys/msgbuf.h> #include <sys/msgbuf.h>
#include <sys/sysent.h> #include <sys/sysent.h>
#include <sys/sysctl.h> #include <sys/sysctl.h>
#include <sys/ucontext.h>
#include <sys/vmmeter.h> #include <sys/vmmeter.h>
#include <sys/bus.h> #include <sys/bus.h>
#include <sys/eventhandler.h> #include <sys/eventhandler.h>
@ -719,7 +720,7 @@ int
sigreturn(td, uap) sigreturn(td, uap)
struct thread *td; struct thread *td;
struct sigreturn_args /* { struct sigreturn_args /* {
ucontext_t *sigcntxp; const __ucontext *sigcntxp;
} */ *uap; } */ *uap;
{ {
struct proc *p = td->td_proc; struct proc *p = td->td_proc;

View File

@ -72,6 +72,7 @@
#include <sys/msgbuf.h> #include <sys/msgbuf.h>
#include <sys/sysent.h> #include <sys/sysent.h>
#include <sys/sysctl.h> #include <sys/sysctl.h>
#include <sys/ucontext.h>
#include <sys/vmmeter.h> #include <sys/vmmeter.h>
#include <sys/bus.h> #include <sys/bus.h>
#include <sys/eventhandler.h> #include <sys/eventhandler.h>
@ -719,7 +720,7 @@ int
sigreturn(td, uap) sigreturn(td, uap)
struct thread *td; struct thread *td;
struct sigreturn_args /* { struct sigreturn_args /* {
ucontext_t *sigcntxp; const __ucontext *sigcntxp;
} */ *uap; } */ *uap;
{ {
struct proc *p = td->td_proc; struct proc *p = td->td_proc;