diff options
Diffstat (limited to 'sys/compat/svr4/syscalls.master')
-rw-r--r-- | sys/compat/svr4/syscalls.master | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master index c7cc0cb2eee..87aaea71445 100644 --- a/sys/compat/svr4/syscalls.master +++ b/sys/compat/svr4/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.18 1997/08/29 20:44:26 kstailey Exp $ + $OpenBSD: syscalls.master,v 1.19 1997/11/13 06:23:06 deraadt Exp $ ; $NetBSD: syscalls.master,v 1.17 1996/02/10 17:12:51 christos Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -292,7 +292,8 @@ 184 UNIMPL tsolsys 185 STD { int svr4_sys_acl(char *path, int cmd, int num, \ struct svr4_aclent *buf); } -186 UNIMPL auditsys +186 STD { int svr4_sys_auditsys(int code, int a1, int a2, \ + int a3, int a4, int a5); } 187 UNIMPL processor_bind 188 UNIMPL processor_info 189 UNIMPL p_online |