summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscallargs.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-10-09 01:11:12 +0000
committerderaadt <deraadt@openbsd.org>2015-10-09 01:11:12 +0000
commit7b01118df1ac0ee6226ed7984ed906427e0b942f (patch)
tree6b04751cbb59815881c542ac09f6260b26bd518b /sys/sys/syscallargs.h
parentRename tame() to pledge(). This fairly interface has evolved to be more (diff)
downloadwireguard-openbsd-7b01118df1ac0ee6226ed7984ed906427e0b942f.tar.xz
wireguard-openbsd-7b01118df1ac0ee6226ed7984ed906427e0b942f.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 c7d648a811c..8585fe05876 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.175 2015/10/02 17:51:04 kettenis Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.176 2015/10/09 01:11:12 deraadt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.161 2015/10/02 17:49:40 kettenis Exp
+ * created from; OpenBSD: syscalls.master,v 1.162 2015/10/09 01:10:27 deraadt Exp
*/
#ifdef syscallarg
@@ -544,7 +544,7 @@ struct sys_chflagsat_args {
syscallarg(int) atflags;
};
-struct sys_tame_args {
+struct sys_pledge_args {
syscallarg(const char *) request;
syscallarg(const char **) paths;
};
@@ -1201,7 +1201,7 @@ int sys_bind(struct proc *, void *, register_t *);
int sys_setsockopt(struct proc *, void *, register_t *);
int sys_listen(struct proc *, void *, register_t *);
int sys_chflagsat(struct proc *, void *, register_t *);
-int sys_tame(struct proc *, void *, register_t *);
+int sys_pledge(struct proc *, void *, register_t *);
int sys_ppoll(struct proc *, void *, register_t *);
int sys_pselect(struct proc *, void *, register_t *);
int sys_sigsuspend(struct proc *, void *, register_t *);