diff options
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
-rw-r--r-- | sys/compat/linux/linux_sysent.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c index 586d05dd98a..d3a99d5f7ba 100644 --- a/sys/compat/linux/linux_sysent.c +++ b/sys/compat/linux/linux_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_sysent.c,v 1.29 2001/07/03 15:32:57 jasoni Exp $ */ +/* $OpenBSD: linux_sysent.c,v 1.30 2001/07/03 21:56:46 jasoni Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.29 2001/07/03 15:32:34 jasoni Exp + * created from OpenBSD: syscalls.master,v 1.30 2001/07/03 21:56:26 jasoni Exp */ #include <sys/param.h> @@ -375,10 +375,10 @@ struct sysent linux_sysent[] = { sys_poll }, /* 168 = poll */ { 0, 0, linux_sys_nfsservctl }, /* 169 = nfsservctl */ - { 3, s(struct linux_sys_setresgid_args), - linux_sys_setresgid }, /* 170 = setresgid */ - { 3, s(struct linux_sys_getresgid_args), - linux_sys_getresgid }, /* 171 = getresgid */ + { 3, s(struct linux_sys_setresgid16_args), + linux_sys_setresgid16 }, /* 170 = setresgid16 */ + { 3, s(struct linux_sys_getresgid16_args), + linux_sys_getresgid16 }, /* 171 = getresgid16 */ { 0, 0, linux_sys_prctl }, /* 172 = prctl */ { 1, s(struct linux_sys_rt_sigreturn_args), |