diff options
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
-rw-r--r-- | sys/compat/linux/linux_sysent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c index a1d24b09e8e..208aab480c7 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.39 2003/05/10 17:55:56 miod Exp $ */ +/* $OpenBSD: linux_sysent.c,v 1.40 2003/07/03 00:01:21 tedu Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.37 2003/05/10 17:53:57 miod Exp + * created from OpenBSD: syscalls.master,v 1.38 2003/07/03 00:00:04 tedu Exp */ #include <sys/param.h> @@ -424,7 +424,7 @@ struct sysent linux_sysent[] = { sys_vfork }, /* 190 = vfork */ { 2, s(struct linux_sys_ugetrlimit_args), linux_sys_ugetrlimit }, /* 191 = ugetrlimit */ - { 0, 0, + { 6, s(struct linux_sys_mmap2_args), linux_sys_mmap2 }, /* 192 = mmap2 */ { 2, s(struct linux_sys_truncate64_args), linux_sys_truncate64 }, /* 193 = truncate64 */ |