From 07f2d232193d988127e31bac4599b4018ce5dc31 Mon Sep 17 00:00:00 2001 From: jsing Date: Mon, 27 Jun 2016 16:50:07 +0000 Subject: [PATCH] Restore the sys_o58_kill system call. --- sys/kern/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index c2f580a3ae9..12f7e5fac6d 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.172 2016/05/31 22:08:53 deraadt Exp $ +; $OpenBSD: syscalls.master,v 1.173 2016/06/27 16:50:07 jsing Exp $ ; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -105,7 +105,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 OBSOL o58_kill +37 STD { int sys_o58_kill(int pid, int signum); } 38 STD { int sys_stat(const char *path, struct stat *ub); } 39 STD { pid_t sys_getppid(void); } 40 STD { int sys_lstat(const char *path, struct stat *ub); } -- 2.20.1