From 88bfb20eb191dc67cf1cd06ca1aa1da16ea5cc2c Mon Sep 17 00:00:00 2001 From: ryo Date: Thu, 2 Dec 2021 04:39:44 +0000 Subject: regen --- sys/compat/linux/arch/powerpc/linux_sysent.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'sys/compat/linux/arch/powerpc/linux_sysent.c') diff --git a/sys/compat/linux/arch/powerpc/linux_sysent.c b/sys/compat/linux/arch/powerpc/linux_sysent.c index e78e2ea7eea..5e4c75f3fc2 100644 --- a/sys/compat/linux/arch/powerpc/linux_sysent.c +++ b/sys/compat/linux/arch/powerpc/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.91 2021/11/24 18:57:25 ryo Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.92 2021/12/02 04:39:45 ryo Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.78 2021/09/20 02:20:02 thorpej Exp + * created from NetBSD: syscalls.master,v 1.79 2021/11/24 18:52:13 ryo Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.91 2021/11/24 18:57:25 ryo Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.92 2021/12/02 04:39:45 ryo Exp $"); #include #include @@ -1375,8 +1375,10 @@ struct sysent linux_sysent[] = { .sy_call = linux_sys_nosys, }, /* 324 = filler */ { - .sy_call = linux_sys_nosys, - }, /* 325 = filler */ + ns(struct linux_sys_prlimit64_args), + .sy_flags = SYCALL_ARG_PTR, + .sy_call = (sy_call_t *)linux_sys_prlimit64 + }, /* 325 = prlimit64 */ { .sy_call = linux_sys_nosys, }, /* 326 = filler */ -- cgit