diff options
Diffstat (limited to 'sys/compat/svr4/svr4_syscalls.c')
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index 1aa5ecc9f45..6e32d9727cf 100644 --- a/sys/compat/svr4/svr4_syscalls.c +++ b/sys/compat/svr4/svr4_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.18 1997/08/29 20:44:26 kstailey Exp + * created from OpenBSD: syscalls.master,v 1.19 1997/11/13 06:23:06 deraadt Exp */ char *svr4_syscallnames[] = { @@ -208,7 +208,7 @@ char *svr4_syscallnames[] = { "#183 (unimplemented)", /* 183 = unimplemented */ "#184 (unimplemented tsolsys)", /* 184 = unimplemented tsolsys */ "acl", /* 185 = acl */ - "#186 (unimplemented auditsys)", /* 186 = unimplemented auditsys */ + "auditsys", /* 186 = auditsys */ "#187 (unimplemented processor_bind)", /* 187 = unimplemented processor_bind */ "#188 (unimplemented processor_info)", /* 188 = unimplemented processor_info */ "#189 (unimplemented p_online)", /* 189 = unimplemented p_online */ |