summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscallargs.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-12-12 01:13:14 +0000
committerderaadt <deraadt@openbsd.org>2017-12-12 01:13:14 +0000
commit335bf4274d7e597b18477da8ea1800b2508bc934 (patch)
treefeb2b19b3f800da31651b1999deaf330c10272e4 /sys/sys/syscallargs.h
parentpledge()'s 2nd argument becomes char *execpromises, which becomes the (diff)
downloadwireguard-openbsd-335bf4274d7e597b18477da8ea1800b2508bc934.tar.xz
wireguard-openbsd-335bf4274d7e597b18477da8ea1800b2508bc934.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 09fc80bb2ee..38809eafe06 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.192 2017/11/28 06:05:15 guenther Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.193 2017/12/12 01:13:14 deraadt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.179 2017/11/28 06:03:41 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.180 2017/12/12 01:12:34 deraadt Exp
*/
#ifdef syscallarg
@@ -538,8 +538,8 @@ struct sys_chflagsat_args {
};
struct sys_pledge_args {
- syscallarg(const char *) request;
- syscallarg(const char **) paths;
+ syscallarg(const char *) promises;
+ syscallarg(const char *) execpromises;
};
struct sys_ppoll_args {