diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-25 12:21:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-25 12:21:49 +0000 |
commit | 03abe9b1bcd7af738406e8ca96bd745609d006d5 (patch) | |
tree | 05966a0ce0a0c5a6435fb6f7cd9faed6f94153aa /sys/compat/hpux/hpux_sysent.c | |
parent | c0d8e069269f4b68db3b7b60ad34b70bf98b9b82 (diff) |
sync
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), |