summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_sysent.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2003-07-03 00:01:20 +0000
committertedu <tedu@openbsd.org>2003-07-03 00:01:20 +0000
commitd670a7cb8cf6a27ca66960b9749ad1b65797f46f (patch)
tree23e9e074d026bd14ffcbe6c09719213d9e9efd7b /sys/compat/linux/linux_sysent.c
parentadd mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXED (diff)
downloadwireguard-openbsd-d670a7cb8cf6a27ca66960b9749ad1b65797f46f.tar.xz
wireguard-openbsd-d670a7cb8cf6a27ca66960b9749ad1b65797f46f.zip
sync
Diffstat (limited to '')
-rw-r--r--sys/compat/linux/linux_sysent.c6
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 */