From: deraadt Date: Thu, 28 Mar 2024 02:27:14 +0000 (+0000) Subject: sync X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bb6a9de85832e03ee55fa524fccc66ac15fb8694;p=openbsd sync --- diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index cafb755826d..8aae55d2a00 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.272 2024/03/25 17:43:10 mvs Exp $ */ +/* $OpenBSD: syscall.h,v 1.273 2024/03/28 02:27:14 deraadt Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.258 2024/03/25 17:42:34 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.259 2024/03/28 02:19:57 deraadt Exp */ /* syscall: "exit" ret: "void" args: "int" */ @@ -425,9 +425,7 @@ /* 144 is obsolete ogetrlimit */ /* 145 is obsolete osetrlimit */ -/* syscall: "pinsyscall" ret: "int" args: "int" "void *" "size_t" */ -#define SYS_pinsyscall 146 - + /* 146 is obsolete pinsyscall */ /* syscall: "setsid" ret: "int" args: */ #define SYS_setsid 147 diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index cdef1a7db57..a2c1d0d7e7b 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.275 2024/03/25 17:43:10 mvs Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.276 2024/03/28 02:27:14 deraadt Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.258 2024/03/25 17:42:34 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.259 2024/03/28 02:19:57 deraadt Exp */ #ifdef syscallarg @@ -728,12 +728,6 @@ struct sys_setthrname_args { syscallarg(const char *) name; }; -struct sys_pinsyscall_args { - syscallarg(int) syscall; - syscallarg(void *) addr; - syscallarg(size_t) len; -}; - struct sys_quotactl_args { syscallarg(const char *) path; syscallarg(int) cmd; @@ -1309,7 +1303,6 @@ int sys_adjtime(struct proc *, void *, register_t *); int sys_getlogin_r(struct proc *, void *, register_t *); int sys_getthrname(struct proc *, void *, register_t *); int sys_setthrname(struct proc *, void *, register_t *); -int sys_pinsyscall(struct proc *, void *, register_t *); int sys_setsid(struct proc *, void *, register_t *); int sys_quotactl(struct proc *, void *, register_t *); int sys_ypconnect(struct proc *, void *, register_t *);