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 2c4f2c2ab29..5071ba04e94 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.50 2004/07/09 23:56:03 millert Exp $ */ +/* $OpenBSD: linux_sysent.c,v 1.51 2004/10/27 13:24:20 niklas Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.48 2004/07/09 23:52:02 millert Exp + * created from OpenBSD: syscalls.master,v 1.49 2004/10/27 13:23:38 niklas Exp */ #include <sys/param.h> @@ -452,10 +452,10 @@ struct sysent linux_sysent[] = { sys_geteuid }, /* 201 = geteuid */ { 0, 0, sys_getegid }, /* 202 = getegid */ - { 0, 0, - linux_sys_setreuid }, /* 203 = setreuid */ - { 0, 0, - linux_sys_setregid }, /* 204 = setregid */ + { 2, s(struct sys_setreuid_args), + sys_setreuid }, /* 203 = setreuid */ + { 2, s(struct sys_setregid_args), + sys_setregid }, /* 204 = setregid */ { 2, s(struct sys_getgroups_args), sys_getgroups }, /* 205 = getgroups */ { 2, s(struct sys_setgroups_args), |