mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Add missing "struct" in i386/i386/machdep.c,v 1.497 by deischen@.
This commit is contained in:
parent
47be132478
commit
1a581012df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152753
@ -343,7 +343,7 @@ int
|
||||
sigreturn(td, uap)
|
||||
struct thread *td;
|
||||
struct sigreturn_args /* {
|
||||
const __ucontext *sigcntxp;
|
||||
const struct __ucontext *sigcntxp;
|
||||
} */ *uap;
|
||||
{
|
||||
ucontext_t uc;
|
||||
|
@ -511,7 +511,7 @@ int
|
||||
sigreturn(td, uap)
|
||||
struct thread *td;
|
||||
struct sigreturn_args /* {
|
||||
const __ucontext *sigcntxp;
|
||||
const struct __ucontext *sigcntxp;
|
||||
} */ *uap;
|
||||
{
|
||||
struct proc *p = td->td_proc;
|
||||
|
@ -911,7 +911,7 @@ int
|
||||
sigreturn(td, uap)
|
||||
struct thread *td;
|
||||
struct sigreturn_args /* {
|
||||
const __ucontext *sigcntxp;
|
||||
const struct __ucontext *sigcntxp;
|
||||
} */ *uap;
|
||||
{
|
||||
ucontext_t uc;
|
||||
|
@ -909,7 +909,7 @@ int
|
||||
sigreturn(td, uap)
|
||||
struct thread *td;
|
||||
struct sigreturn_args /* {
|
||||
const __ucontext *sigcntxp;
|
||||
const struct __ucontext *sigcntxp;
|
||||
} */ *uap;
|
||||
{
|
||||
ucontext_t uc;
|
||||
|
Loading…
Reference in New Issue
Block a user