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 10475f699c0..c787c19bdfd 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.4 1996/08/02 21:55:22 niklas Exp + * created from OpenBSD: syscalls.master,v 1.5 1996/08/25 12:19:58 deraadt Exp */ #include <sys/param.h> @@ -153,8 +153,8 @@ struct sysent sunos_sysent[] = { sys_symlink }, /* 57 = symlink */ { 3, s(struct sys_readlink_args), sys_readlink }, /* 58 = readlink */ - { 3, s(struct sys_execve_args), - sys_execve }, /* 59 = execve */ + { 3, s(struct sunos_sys_execve_args), + sunos_sys_execve }, /* 59 = execve */ { 1, s(struct sys_umask_args), sys_umask }, /* 60 = umask */ { 1, s(struct sys_chroot_args), |