diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-14 00:44:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-14 00:44:21 +0000 |
commit | 23f1eb80011a08ad6a6ea4f200e3a7d86c78ae1d (patch) | |
tree | 8b4e8efa5cc44875877208842538b99cd651e5c3 /sys/compat/sunos/sunos_syscalls.c | |
parent | 4e75a2f3d47fcb4101ad6c63743e4262538a944a (diff) |
Regen after syscall changes (option PTRACE)
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 004873c190b..98c6011470a 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.13 2001/08/26 04:14:27 deraadt Exp $ */ +/* $OpenBSD: sunos_syscalls.c,v 1.14 2002/03/14 00:44:20 miod Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.11 1999/06/07 07:17:48 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.12 2002/03/14 00:42:25 miod Exp */ char *sunos_syscallnames[] = { @@ -34,7 +34,11 @@ char *sunos_syscallnames[] = { "setuid", /* 23 = setuid */ "getuid", /* 24 = getuid */ "ostime", /* 25 = ostime */ +#ifdef PTRACE "ptrace", /* 26 = ptrace */ +#else + "#26 (unimplemented sunos_ptrace)", /* 26 = unimplemented sunos_ptrace */ +#endif "#27 (unimplemented sunos_alarm)", /* 27 = unimplemented sunos_alarm */ "#28 (unimplemented sunos_fstat)", /* 28 = unimplemented sunos_fstat */ "#29 (unimplemented sunos_pause)", /* 29 = unimplemented sunos_pause */ |