diff options
Diffstat (limited to 'sys/compat/osf1/osf1_sysent.c')
-rw-r--r-- | sys/compat/osf1/osf1_sysent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/osf1/osf1_sysent.c b/sys/compat/osf1/osf1_sysent.c index 640149f71ad..1f4f741bfde 100644 --- a/sys/compat/osf1/osf1_sysent.c +++ b/sys/compat/osf1/osf1_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.2 1996/08/02 20:20:30 niklas Exp + * created from OpenBSD: syscalls.master,v 1.3 1996/08/25 12:19:55 deraadt Exp */ #include <sys/param.h> @@ -134,8 +134,8 @@ struct sysent osf1_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 osf1_sys_execve_args), + osf1_sys_execve }, /* 59 = execve */ { 1, s(struct sys_umask_args), sys_umask }, /* 60 = umask */ { 1, s(struct sys_chroot_args), |