diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-13 06:23:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-13 06:23:15 +0000 |
commit | eac3a34b109e55a627f461ed8536fb49859f9905 (patch) | |
tree | 1ae4ca3916ea5a4787b4df8f6e6be3758a70805c /sys/compat/svr4/svr4_syscalls.c | |
parent | ccf30082adcbe6ad97c63fbd025a39ca3d3115e2 (diff) |
sync
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 */ |