diff options
Diffstat (limited to 'sys/compat/sunos/sunos_sysent.c')
-rw-r--r-- | sys/compat/sunos/sunos_sysent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/sunos/sunos_sysent.c b/sys/compat/sunos/sunos_sysent.c index 4be52569146..193e05bb45c 100644 --- a/sys/compat/sunos/sunos_sysent.c +++ b/sys/compat/sunos/sunos_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.8 1997/11/13 18:35:29 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.10 1998/03/23 07:12:40 millert Exp */ #include <sys/param.h> @@ -85,8 +85,8 @@ struct sysent sunos_sysent[] = { sys_setuid }, /* 23 = setuid */ { 0, 0, sys_getuid }, /* 24 = getuid */ - { 1, s(struct sunos_sys_stime_args), - sunos_sys_stime }, /* 25 = stime */ + { 1, s(struct sunos_sys_ostime_args), + sunos_sys_ostime }, /* 25 = ostime */ { 5, s(struct sunos_sys_ptrace_args), sunos_sys_ptrace }, /* 26 = ptrace */ { 0, 0, |