diff options
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r-- | sys/i386/linux/linux_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h index 6540a52..2a61ac5 100644 --- a/sys/i386/linux/linux_proto.h +++ b/sys/i386/linux/linux_proto.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.36 2000/11/09 07:27:55 marcel Exp + * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.38 2000/11/23 08:53:19 marcel Exp */ #ifndef _LINUX_SYSPROTO_H_ @@ -322,7 +322,7 @@ struct linux_ipc_args { caddr_t ptr; char ptr_[PAD_(caddr_t)]; }; struct linux_sigreturn_args { - struct linux_sigcontext * scp; char scp_[PAD_(struct linux_sigcontext *)]; + struct linux_sigframe * sfp; char sfp_[PAD_(struct linux_sigframe *)]; }; struct linux_clone_args { int flags; char flags_[PAD_(int)]; |