summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
-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 a11252a152f..22102c6a422 100644
--- a/sys/compat/linux/linux_sysent.c
+++ b/sys/compat/linux/linux_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 1997/07/28 10:19:35 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.11 1997/07/28 10:21:31 deraadt Exp
*/
#include <sys/param.h>
@@ -359,7 +359,7 @@ struct sysent linux_sysent[] = {
sys_nosys }, /* 161 = unimplemented sched_rr_get_interval */
{ 0, 0,
sys_nosys }, /* 162 = unimplemented nanosleep */
- { 4, s(struct sys_mremap_args),
- sys_mremap }, /* 163 = mremap */
+ { 4, s(struct linux_sys_mremap_args),
+ linux_sys_mremap }, /* 163 = mremap */
};