diff options
Diffstat (limited to 'sys/compat/hpux/hpux_sysent.c')
-rw-r--r-- | sys/compat/hpux/hpux_sysent.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/hpux/hpux_sysent.c b/sys/compat/hpux/hpux_sysent.c index d756f387d3d..2f272552b37 100644 --- a/sys/compat/hpux/hpux_sysent.c +++ b/sys/compat/hpux/hpux_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_sysent.c,v 1.10 2002/03/14 00:44:20 miod Exp $ */ +/* $OpenBSD: hpux_sysent.c,v 1.11 2002/10/30 20:11:28 millert Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.8 2002/03/14 00:42:25 miod Exp + * created from OpenBSD: syscalls.master,v 1.9 2002/10/30 20:10:48 millert Exp */ #include <sys/param.h> @@ -277,10 +277,10 @@ struct sysent hpux_sysent[] = { sys_fchmod }, /* 124 = fchmod */ { 0, 0, sys_nosys }, /* 125 = unimplemented */ - { 3, s(struct hpux_sys_setresuid_args), - hpux_sys_setresuid }, /* 126 = setresuid */ - { 3, s(struct hpux_sys_setresgid_args), - hpux_sys_setresgid }, /* 127 = setresgid */ + { 3, s(struct sys_setresuid_args), + sys_setresuid }, /* 126 = setresuid */ + { 3, s(struct sys_setresgid_args), + sys_setresgid }, /* 127 = setresgid */ { 2, s(struct hpux_sys_rename_args), hpux_sys_rename }, /* 128 = rename */ { 2, s(struct hpux_sys_truncate_args), |