summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_sysent.c
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-08-15 14:03:24 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-08-15 14:03:24 +0000
commit19a7bfc5890a330b13e530fc10e44381a30d5dbd (patch)
tree51f128bc61c67c04c24a2fc03c54f66dc5e675ad /sys/compat/linux/linux_sysent.c
parentdb2a9ddf7bc7b6f16e9791e8efb8dd196b79d77f (diff)
regen.
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
-rw-r--r--sys/compat/linux/linux_sysent.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c
index 464f3dab02d..530fde23b50 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.44 2003/08/14 18:50:50 fgsch Exp $ */
+/* $OpenBSD: linux_sysent.c,v 1.45 2003/08/15 14:03:23 fgsch Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.42 2003/08/14 18:50:13 fgsch Exp
+ * created from OpenBSD: syscalls.master,v 1.43 2003/08/15 14:02:22 fgsch Exp
*/
#include <sys/param.h>
@@ -545,8 +545,8 @@ struct sysent linux_sysent[] = {
sys_nosys }, /* 250 = unimplemented linux_sys_fadvise64 */
{ 0, 0,
sys_nosys }, /* 251 = unimplemented */
- { 1, s(struct linux_sys_exit_group_args),
- linux_sys_exit_group }, /* 252 = exit_group */
+ { 1, s(struct sys_exit_args),
+ sys_exit }, /* 252 = linux_exit_group */
{ 0, 0,
sys_nosys }, /* 253 = unimplemented linux_sys_lookup_dcookie */
{ 0, 0,