From: miod Date: Mon, 24 Jul 2023 19:33:29 +0000 (+0000) Subject: Regen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fdfcabc0334f38f9bec0fcce8a6fc280a7966fe0;p=openbsd Regen --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index c2e4c2950d1..fedc9a17892 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.266 2023/05/18 10:24:28 mvs Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.267 2023/07/24 19:33:29 miod Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.248 2023/05/18 10:23:19 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.249 2023/07/24 19:32:23 miod Exp */ #include diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 92387f6613c..2667a351cd3 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.264 2023/05/18 10:24:28 mvs Exp $ */ +/* $OpenBSD: syscalls.c,v 1.265 2023/07/24 19:33:29 miod Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.248 2023/05/18 10:23:19 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.249 2023/07/24 19:32:23 miod Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 3dbbb8cecf6..0dd5f01f47d 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.263 2023/05/18 10:24:28 mvs Exp $ */ +/* $OpenBSD: syscall.h,v 1.264 2023/07/24 19:33:29 miod Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.248 2023/05/18 10:23:19 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.249 2023/07/24 19:32:23 miod Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ @@ -417,7 +417,7 @@ /* syscall: "adjtime" ret: "int" args: "const struct timeval *" "struct timeval *" */ #define SYS_adjtime 140 -/* syscall: "getlogin_r" ret: "int" args: "char *" "u_int" */ +/* syscall: "getlogin_r" ret: "int" args: "char *" "size_t" */ #define SYS_getlogin_r 141 /* syscall: "getthrname" ret: "int" args: "pid_t" "char *" "size_t" */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 63519efa3f0..6b52fe76863 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.266 2023/05/18 10:24:28 mvs Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.267 2023/07/24 19:33:29 miod Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.248 2023/05/18 10:23:19 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.249 2023/07/24 19:32:23 miod Exp */ #ifdef syscallarg @@ -714,7 +714,7 @@ struct sys_adjtime_args { struct sys_getlogin_r_args { syscallarg(char *) namebuf; - syscallarg(u_int) namelen; + syscallarg(size_t) namelen; }; struct sys_getthrname_args {