Add missing "struct" in i386/i386/machdep.c,v 1.497 by deischen@.

This commit is contained in:
Ruslan Ermilov 2005-11-24 08:16:18 +00:00
parent 47be132478
commit 1a581012df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152753
4 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;