diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2016-06-27 16:50:08 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2016-06-27 16:50:08 +0000 |
commit | 8b7ab9dcb84e59ce0f88dad7068fda6e7c96d055 (patch) | |
tree | 9b39f87945699d2516327dd73f7d459a2d4b314b | |
parent | 333b171011d1943d14fd9ca7664cbbd74eea7def (diff) |
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); } |