From: deraadt Date: Fri, 5 Apr 2024 14:15:13 +0000 (+0000) Subject: msyscall(2) goes away X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ee32835535125aa6ae7f09a602f1ee421d20c293;p=openbsd msyscall(2) goes away --- diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index d26572a708e..eac7cfce8db 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.259 2024/03/28 02:19:57 deraadt Exp $ +; $OpenBSD: syscalls.master,v 1.260 2024/04/05 14:15:13 deraadt Exp $ ; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -103,7 +103,7 @@ 34 STD { int sys_chflags(const char *path, u_int flags); } 35 STD { int sys_fchflags(int fd, u_int flags); } 36 STD { void sys_sync(void); } -37 STD { int sys_msyscall(void *addr, size_t len); } +37 OBSOL msyscall 38 STD { int sys_stat(const char *path, struct stat *ub); } 39 STD NOLOCK { pid_t sys_getppid(void); } 40 STD { int sys_lstat(const char *path, struct stat *ub); }