diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-28 18:31:14 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-28 18:31:14 +0000 |
commit | 83d23ae0746114f947c8dd433de3dc7935c7c2bb (patch) | |
tree | dc7fcb5397623adc2f356a41ef3a6b5b9d1ca800 /sys/compat/sunos/sunos_syscalls.c | |
parent | a7cd8a0dac9cb8621a54f41dd1671f75f2e4865f (diff) |
regen
Diffstat (limited to 'sys/compat/sunos/sunos_syscalls.c')
-rw-r--r-- | sys/compat/sunos/sunos_syscalls.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/compat/sunos/sunos_syscalls.c b/sys/compat/sunos/sunos_syscalls.c index 549458a5e5f..d9486acc5e9 100644 --- a/sys/compat/sunos/sunos_syscalls.c +++ b/sys/compat/sunos/sunos_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: sunos_syscalls.c,v 1.16 2003/05/11 19:45:44 deraadt Exp $ */ +/* $OpenBSD: sunos_syscalls.c,v 1.17 2004/05/28 18:31:13 tedu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.14 2003/05/11 19:45:18 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.15 2004/05/28 18:28:14 tedu Exp */ char *sunos_syscallnames[] = { @@ -63,7 +63,11 @@ char *sunos_syscallnames[] = { "#48 (unimplemented sunos_ssig)", /* 48 = unimplemented sunos_ssig */ "#49 (unimplemented reserved for USG)", /* 49 = unimplemented reserved for USG */ "#50 (unimplemented reserved for USG)", /* 50 = unimplemented reserved for USG */ +#ifdef ACCOUNTING "acct", /* 51 = acct */ +#else + "#51 (unimplemented acct)", /* 51 = unimplemented acct */ +#endif "#52 (unimplemented)", /* 52 = unimplemented */ "mctl", /* 53 = mctl */ "ioctl", /* 54 = ioctl */ |