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.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 930a3c1599d..ab979094176 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.63 2011/07/08 05:03:42 matthew Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.64 2011/07/08 19:19:59 tedu Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.58 2011/07/08 05:01:27 matthew Exp
+ * created from OpenBSD: syscalls.master,v 1.59 2011/07/08 19:19:20 tedu Exp
*/
#ifdef syscallarg
@@ -332,6 +332,11 @@ struct linux_sys_clone_args {
syscallarg(void *) child_tidptr;
};
+struct linux_sys_setdomainname_args {
+ syscallarg(char *) name;
+ syscallarg(int) len;
+};
+
struct linux_sys_uname_args {
syscallarg(struct linux_utsname *) up;
};
@@ -720,7 +725,7 @@ int linux_sys_ipc(struct proc *, void *, register_t *);
int sys_fsync(struct proc *, void *, register_t *);
int linux_sys_sigreturn(struct proc *, void *, register_t *);
int linux_sys_clone(struct proc *, void *, register_t *);
-int compat_09_sys_setdomainname(struct proc *, void *, register_t *);
+int linux_sys_setdomainname(struct proc *, void *, register_t *);
int linux_sys_uname(struct proc *, void *, register_t *);
#ifdef __i386__
int linux_sys_modify_ldt(struct proc *, void *, register_t *);