From: deraadt Date: Sun, 10 Dec 2023 16:59:51 +0000 (+0000) Subject: sync X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0010ca1d3913186b3fc080e03ef180355962bcb8;p=openbsd sync --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index a0934eb6faa..e06170a9a08 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.270 2023/12/07 14:00:16 deraadt Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.271 2023/12/10 16:59:51 deraadt Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.252 2023/12/07 13:59:04 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.253 2023/12/10 16:59:09 deraadt Exp */ #include diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index e3d56d1c419..b009ec93cec 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.268 2023/12/07 14:00:16 deraadt Exp $ */ +/* $OpenBSD: syscalls.c,v 1.269 2023/12/10 16:59:51 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.252 2023/12/07 13:59:04 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.253 2023/12/10 16:59:09 deraadt Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index b17f1abb6c6..dfa110f2949 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.267 2023/12/07 14:00:15 deraadt Exp $ */ +/* $OpenBSD: syscall.h,v 1.268 2023/12/10 16:59:51 deraadt Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.252 2023/12/07 13:59:04 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.253 2023/12/10 16:59:09 deraadt Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ @@ -446,7 +446,7 @@ /* 156 is obsolete ogetdirentries */ /* 157 is obsolete statfs25 */ -/* syscall: "pinsyscalls" ret: "int" args: "void *" "size_t" "void *" "size_t" */ +/* syscall: "pinsyscalls" ret: "int" args: "void *" "size_t" "uint *" "size_t" */ #define SYS_pinsyscalls 158 /* syscall: "mimmutable" ret: "int" args: "void *" "size_t" */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 7cac6ea52a5..3ba9edc5ce2 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.270 2023/12/07 14:00:15 deraadt Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.271 2023/12/10 16:59:51 deraadt Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.252 2023/12/07 13:59:04 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.253 2023/12/10 16:59:09 deraadt Exp */ #ifdef syscallarg @@ -753,7 +753,7 @@ struct sys_nfssvc_args { struct sys_pinsyscalls_args { syscallarg(void *) base; syscallarg(size_t) len; - syscallarg(void *) pins; + syscallarg(uint *) pins; syscallarg(size_t) pinslen; };