diff --git a/sys/compat/netbsd32/netbsd32_syscall.h b/sys/compat/netbsd32/netbsd32_syscall.h index ff85a5b92ddb..c86484e9837f 100644 --- a/sys/compat/netbsd32/netbsd32_syscall.h +++ b/sys/compat/netbsd32/netbsd32_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: netbsd32_syscall.h,v 1.107 2014/04/30 17:24:20 njoly Exp $ */ +/* $NetBSD: netbsd32_syscall.h,v 1.108 2014/05/15 09:55:11 njoly Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.99 2014/04/30 17:23:45 njoly Exp + * created from NetBSD: syscalls.master,v 1.100 2014/05/15 09:54:06 njoly Exp */ #ifndef _NETBSD32_SYS_SYSCALL_H_ @@ -831,7 +831,7 @@ /* syscall: "netbsd32_getcontext" ret: "int" args: "netbsd32_ucontextp" */ #define NETBSD32_SYS_netbsd32_getcontext 307 -/* syscall: "netbsd32_setcontext" ret: "int" args: "netbsd32_ucontextp" "uint32_t" "netbsd32_lwpidp" */ +/* syscall: "netbsd32_setcontext" ret: "int" args: "netbsd32_ucontextp" */ #define NETBSD32_SYS_netbsd32_setcontext 308 /* syscall: "netbsd32__lwp_create" ret: "int" args: "netbsd32_ucontextp" "netbsd32_u_long" "netbsd32_lwpidp" */ diff --git a/sys/compat/netbsd32/netbsd32_syscallargs.h b/sys/compat/netbsd32/netbsd32_syscallargs.h index 60e7650011bf..2fa960d68227 100644 --- a/sys/compat/netbsd32/netbsd32_syscallargs.h +++ b/sys/compat/netbsd32/netbsd32_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: netbsd32_syscallargs.h,v 1.107 2014/04/30 17:24:20 njoly Exp $ */ +/* $NetBSD: netbsd32_syscallargs.h,v 1.108 2014/05/15 09:55:11 njoly Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.99 2014/04/30 17:23:45 njoly Exp + * created from NetBSD: syscalls.master,v 1.100 2014/05/15 09:54:06 njoly Exp */ #ifndef _NETBSD32_SYS_SYSCALLARGS_H_ @@ -1551,8 +1551,6 @@ check_syscall_args(netbsd32_getcontext) struct netbsd32_setcontext_args { syscallarg(netbsd32_ucontextp) ucp; - syscallarg(uint32_t) flags; - syscallarg(netbsd32_lwpidp) new_lwp; }; check_syscall_args(netbsd32_setcontext) diff --git a/sys/compat/netbsd32/netbsd32_syscalls.c b/sys/compat/netbsd32/netbsd32_syscalls.c index fd7671da655e..e4f78024448c 100644 --- a/sys/compat/netbsd32/netbsd32_syscalls.c +++ b/sys/compat/netbsd32/netbsd32_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: netbsd32_syscalls.c,v 1.106 2014/04/30 17:24:20 njoly Exp $ */ +/* $NetBSD: netbsd32_syscalls.c,v 1.107 2014/05/15 09:55:11 njoly Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.99 2014/04/30 17:23:45 njoly Exp + * created from NetBSD: syscalls.master,v 1.100 2014/05/15 09:54:06 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.106 2014/04/30 17:24:20 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.107 2014/05/15 09:55:11 njoly Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) diff --git a/sys/compat/netbsd32/netbsd32_sysent.c b/sys/compat/netbsd32/netbsd32_sysent.c index a9cb93f6d2cb..f6a4cb41b1d8 100644 --- a/sys/compat/netbsd32/netbsd32_sysent.c +++ b/sys/compat/netbsd32/netbsd32_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: netbsd32_sysent.c,v 1.106 2014/04/30 17:24:20 njoly Exp $ */ +/* $NetBSD: netbsd32_sysent.c,v 1.107 2014/05/15 09:55:11 njoly Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.99 2014/04/30 17:23:45 njoly Exp + * created from NetBSD: syscalls.master,v 1.100 2014/05/15 09:54:06 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.106 2014/04/30 17:24:20 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.107 2014/05/15 09:55:11 njoly Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h"