From 33e6c51885ddf6745c39b74cb5cb3bde83854760 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Tue, 2 Jun 2020 20:03:21 +0200 Subject: [PATCH 4/5] Regenerate syscalls --- sys/compat/netbsd32/netbsd32_syscall.h | 8 ++++---- sys/compat/netbsd32/netbsd32_syscallargs.h | 4 ++-- sys/compat/netbsd32/netbsd32_syscalls.c | 8 ++++---- sys/compat/netbsd32/netbsd32_syscalls_autoload.c | 6 +++--- sys/compat/netbsd32/netbsd32_sysent.c | 8 ++++---- sys/compat/netbsd32/netbsd32_systrace_args.c | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/sys/compat/netbsd32/netbsd32_syscall.h b/sys/compat/netbsd32/netbsd32_syscall.h index e462803861f2..ec37f753964b 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.154 2020/05/16 18:31:48 christos Exp $ */ +/* $NetBSD$ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.137 2020/04/26 19:18:36 thorpej Exp + * created from NetBSD: syscalls.master,v 1.138 2020/05/16 18:31:48 christos Exp */ #ifndef _NETBSD32_SYS_SYSCALL_H_ @@ -1135,8 +1135,8 @@ /* syscall: "netbsd32___pselect50" ret: "int" args: "int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "const netbsd32_timespecp_t" "const netbsd32_sigsetp_t" */ #define NETBSD32_SYS_netbsd32___pselect50 436 -/* syscall: "netbsd32___pollts50" ret: "int" args: "netbsd32_pollfdp_t" "u_int" "const netbsd32_timespecp_t" "const netbsd32_sigsetp_t" */ -#define NETBSD32_SYS_netbsd32___pollts50 437 +/* syscall: "netbsd32_ppoll" ret: "int" args: "netbsd32_pollfdp_t" "u_int" "const netbsd32_timespecp_t" "const netbsd32_sigsetp_t" */ +#define NETBSD32_SYS_netbsd32_ppoll 437 /* syscall: "netbsd32___stat50" ret: "int" args: "const netbsd32_charp" "netbsd32_statp_t" */ #define NETBSD32_SYS_netbsd32___stat50 439 diff --git a/sys/compat/netbsd32/netbsd32_syscallargs.h b/sys/compat/netbsd32/netbsd32_syscallargs.h index 4b9e4a341d03..9cb2a6377e4a 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.153 2020/05/16 18:31:48 christos Exp $ */ +/* $NetBSD$ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.137 2020/04/26 19:18:36 thorpej Exp + * created from NetBSD: syscalls.master,v 1.138 2020/05/16 18:31:48 christos Exp */ #ifndef _NETBSD32_SYS_SYSCALLARGS_H_ diff --git a/sys/compat/netbsd32/netbsd32_syscalls.c b/sys/compat/netbsd32/netbsd32_syscalls.c index d97a1b1fb8bb..0310b5e72b6c 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.153 2020/05/16 18:31:48 christos Exp $ */ +/* $NetBSD$ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.137 2020/04/26 19:18:36 thorpej Exp + * created from NetBSD: syscalls.master,v 1.138 2020/05/16 18:31:48 christos Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.153 2020/05/16 18:31:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD$"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) @@ -471,7 +471,7 @@ const char *const netbsd32_syscallnames[] = { /* 434 */ "compat_60_netbsd32__lwp_park", /* 435 */ "netbsd32___kevent50", /* 436 */ "netbsd32___pselect50", - /* 437 */ "netbsd32___pollts50", + /* 437 */ "netbsd32_ppoll", /* 438 */ "#438 (unimplemented netbsd32___aio_suspend50)", /* 439 */ "netbsd32___stat50", /* 440 */ "netbsd32___fstat50", diff --git a/sys/compat/netbsd32/netbsd32_syscalls_autoload.c b/sys/compat/netbsd32/netbsd32_syscalls_autoload.c index 0556fe60af69..a8acb5a67772 100644 --- a/sys/compat/netbsd32/netbsd32_syscalls_autoload.c +++ b/sys/compat/netbsd32/netbsd32_syscalls_autoload.c @@ -1,14 +1,14 @@ -/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.33 2020/05/16 18:31:48 christos Exp $ */ +/* $NetBSD$ */ /* * System call autoload table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.137 2020/04/26 19:18:36 thorpej Exp + * created from NetBSD: syscalls.master,v 1.138 2020/05/16 18:31:48 christos Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.33 2020/05/16 18:31:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD$"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" diff --git a/sys/compat/netbsd32/netbsd32_sysent.c b/sys/compat/netbsd32/netbsd32_sysent.c index f6740e7f55c5..568a34e5cc70 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.152 2020/05/16 18:31:48 christos Exp $ */ +/* $NetBSD$ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.137 2020/04/26 19:18:36 thorpej Exp + * created from NetBSD: syscalls.master,v 1.138 2020/05/16 18:31:48 christos Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.152 2020/05/16 18:31:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD$"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" @@ -1803,7 +1803,7 @@ struct sysent netbsd32_sysent[] = { { ns(struct netbsd32___pollts50_args), .sy_call = (sy_call_t *)netbsd32___pollts50 - }, /* 437 = netbsd32___pollts50 */ + }, /* 437 = netbsd32_ppoll */ { .sy_call = sys_nosys, }, /* 438 = filler */ diff --git a/sys/compat/netbsd32/netbsd32_systrace_args.c b/sys/compat/netbsd32/netbsd32_systrace_args.c index 439cfc96396c..c10bf7eb7d99 100644 --- a/sys/compat/netbsd32/netbsd32_systrace_args.c +++ b/sys/compat/netbsd32/netbsd32_systrace_args.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_systrace_args.c,v 1.44 2020/05/16 18:31:48 christos Exp $ */ +/* $NetBSD$ */ /* * System call argument to DTrace register array converstion. -- 2.26.2