diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-28 09:53:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-28 09:53:24 +0000 |
commit | 22fa71a86979ef09fdde050533f98468b9d16a1a (patch) | |
tree | 87b02652adbb33f48cf4f41258828795f898b412 /sys/compat/sunos/sunos_syscalls.c | |
parent | 35812a899cf4871382cb0581cd1c35676fb4139f (diff) |
sync
Diffstat (limited to 'sys/compat/sunos/sunos_syscalls.c')
-rw-r--r-- | sys/compat/sunos/sunos_syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/sunos/sunos_syscalls.c b/sys/compat/sunos/sunos_syscalls.c index 4eda2341117..ee6bac0e56c 100644 --- a/sys/compat/sunos/sunos_syscalls.c +++ b/sys/compat/sunos/sunos_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.6 1997/01/26 23:52:03 downsj Exp + * created from OpenBSD: syscalls.master,v 1.7 1997/07/28 09:53:13 deraadt Exp */ char *sunos_syscallnames[] = { @@ -31,7 +31,7 @@ char *sunos_syscallnames[] = { "#22 (unimplemented System V umount)", /* 22 = unimplemented System V umount */ "setuid", /* 23 = setuid */ "getuid", /* 24 = getuid */ - "#25 (unimplemented sunos_stime)", /* 25 = unimplemented sunos_stime */ + "stime", /* 25 = stime */ "ptrace", /* 26 = ptrace */ "#27 (unimplemented sunos_alarm)", /* 27 = unimplemented sunos_alarm */ "#28 (unimplemented sunos_fstat)", /* 28 = unimplemented sunos_fstat */ |