diff options
Diffstat (limited to 'sys/compat/hpux/hpux_sysent.c')
-rw-r--r-- | sys/compat/hpux/hpux_sysent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/hpux/hpux_sysent.c b/sys/compat/hpux/hpux_sysent.c index 3a03ac3da6f..2fbb7cac2c7 100644 --- a/sys/compat/hpux/hpux_sysent.c +++ b/sys/compat/hpux/hpux_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.3 1996/08/02 20:29:10 niklas Exp + * created from OpenBSD: syscalls.master,v 1.4 1996/08/25 12:19:51 deraadt Exp */ #include <sys/param.h> @@ -135,8 +135,8 @@ struct sysent hpux_sysent[] = { hpux_sys_utssys }, /* 57 = utssys */ { 3, s(struct hpux_sys_readlink_args), hpux_sys_readlink }, /* 58 = readlink */ - { 3, s(struct sys_execve_args), - sys_execve }, /* 59 = execve */ + { 3, s(struct hpux_sys_execve_args), + hpux_sys_execve }, /* 59 = execve */ { 1, s(struct sys_umask_args), sys_umask }, /* 60 = umask */ { 1, s(struct sys_chroot_args), |