summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscallargs.h
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-09-13 17:09:21 +0000
committerguenther <guenther@openbsd.org>2015-09-13 17:09:21 +0000
commitfeb3ad4caa22c65a39f6e9a2d89315e163639e6e (patch)
tree1835c04acfea001d3543ca51dbb3560aa39a8aa4 /sys/sys/syscallargs.h
parentRename __sysctl syscall to just sysctl, as the userland wrapper is no longer (diff)
downloadwireguard-openbsd-feb3ad4caa22c65a39f6e9a2d89315e163639e6e.tar.xz
wireguard-openbsd-feb3ad4caa22c65a39f6e9a2d89315e163639e6e.zip
sync
Diffstat (limited to 'sys/sys/syscallargs.h')
-rw-r--r--sys/sys/syscallargs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index 707394fd3dd..7916443db71 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.172 2015/09/09 17:57:57 deraadt Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.173 2015/09/13 17:09:21 guenther Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.158 2015/09/09 17:56:59 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.159 2015/09/13 17:08:03 guenther Exp
*/
#ifdef syscallarg
@@ -765,7 +765,7 @@ struct sys_ftruncate_args {
syscallarg(off_t) length;
};
-struct sys___sysctl_args {
+struct sys_sysctl_args {
syscallarg(const int *) name;
syscallarg(u_int) namelen;
syscallarg(void *) old;
@@ -1243,7 +1243,7 @@ int sys_mmap(struct proc *, void *, register_t *);
int sys_lseek(struct proc *, void *, register_t *);
int sys_truncate(struct proc *, void *, register_t *);
int sys_ftruncate(struct proc *, void *, register_t *);
-int sys___sysctl(struct proc *, void *, register_t *);
+int sys_sysctl(struct proc *, void *, register_t *);
int sys_mlock(struct proc *, void *, register_t *);
int sys_munlock(struct proc *, void *, register_t *);
int sys_getpgid(struct proc *, void *, register_t *);