Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 Regen for setcontext signature.



details:   https://anonhg.NetBSD.org/src/rev/12c1a21e24e8
branches:  trunk
changeset: 795973:12c1a21e24e8
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu May 15 09:55:11 2014 +0000

description:
Regen for setcontext signature.

diffstat:

 sys/compat/netbsd32/netbsd32_syscall.h     |  6 +++---
 sys/compat/netbsd32/netbsd32_syscallargs.h |  6 ++----
 sys/compat/netbsd32/netbsd32_syscalls.c    |  6 +++---
 sys/compat/netbsd32/netbsd32_sysent.c      |  6 +++---
 4 files changed, 11 insertions(+), 13 deletions(-)

diffs (92 lines):

diff -r df735b19ce12 -r 12c1a21e24e8 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h    Thu May 15 09:54:06 2014 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h    Thu May 15 09:55:11 2014 +0000
@@ -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 -r df735b19ce12 -r 12c1a21e24e8 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h        Thu May 15 09:54:06 2014 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h        Thu May 15 09:55:11 2014 +0000
@@ -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 @@
 
 struct netbsd32_setcontext_args {
        syscallarg(netbsd32_ucontextp) ucp;
-       syscallarg(uint32_t) flags;
-       syscallarg(netbsd32_lwpidp) new_lwp;
 };
 check_syscall_args(netbsd32_setcontext)
 
diff -r df735b19ce12 -r 12c1a21e24e8 sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c   Thu May 15 09:54:06 2014 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c   Thu May 15 09:55:11 2014 +0000
@@ -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 <sys/cdefs.h>
-__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 -r df735b19ce12 -r 12c1a21e24e8 sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c     Thu May 15 09:54:06 2014 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c     Thu May 15 09:55:11 2014 +0000
@@ -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 <sys/cdefs.h>
-__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"



Home | Main Index | Thread Index | Old Index