diff options
author | 2016-06-27 16:50:07 +0000 | |
---|---|---|
committer | 2016-06-27 16:50:07 +0000 | |
commit | 07f2d232193d988127e31bac4599b4018ce5dc31 (patch) | |
tree | 2dd4990ab7232e21e963978b7e157ab92bf21316 | |
parent | Restore the sys_o58_kill system call. (diff) | |
download | wireguard-openbsd-07f2d232193d988127e31bac4599b4018ce5dc31.tar.xz wireguard-openbsd-07f2d232193d988127e31bac4599b4018ce5dc31.zip |
Restore the sys_o58_kill system call.
-rw-r--r-- | sys/kern/syscalls.master | 4 |
1 files 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); } |