Restore the sys_o58_kill system call.
authorjsing <jsing@openbsd.org>
Mon, 27 Jun 2016 16:50:07 +0000 (16:50 +0000)
committerjsing <jsing@openbsd.org>
Mon, 27 Jun 2016 16:50:07 +0000 (16:50 +0000)
sys/kern/syscalls.master

index c2f580a..12f7e5f 100644 (file)
@@ -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
 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); }