summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_sysent.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-28 10:21:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-28 10:21:38 +0000
commita7d55a70f898b0dc0560a1226af26573136caf88 (patch)
tree68f633b0e732938a4bcd30512eb8335cdbcb4aa6 /sys/compat/linux/linux_sysent.c
parenta177f86ee4c8ef3b635eaad93d03eed304816cdd (diff)
sync
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 */
};