summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r--sys/compat/linux/linux_syscallargs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index a1dfa17ead0..683266940d0 100644
--- a/sys/compat/linux/linux_syscallargs.h
+++ b/sys/compat/linux/linux_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscallargs.h,v 1.48 2003/09/04 02:57:44 tedu Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.49 2004/04/05 00:01:34 tedu Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.45 2003/09/04 02:57:22 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.46 2004/04/05 00:01:12 tedu Exp
*/
#ifdef syscallarg
@@ -785,7 +785,7 @@ int linux_sys_setfsuid(struct proc *, void *, register_t *);
int linux_sys_setfsgid(struct proc *, void *, register_t *);
int linux_sys_pivot_root(struct proc *, void *, register_t *);
int linux_sys_mincore(struct proc *, void *, register_t *);
-int linux_sys_madvise(struct proc *, void *, register_t *);
+int sys_madvise(struct proc *, void *, register_t *);
int linux_sys_getdents64(struct proc *, void *, register_t *);
int linux_sys_fcntl64(struct proc *, void *, register_t *);
int linux_sys_setxattr(struct proc *, void *, register_t *);