-/* $OpenBSD: init_sysent.c,v 1.197 2018/07/13 09:25:23 beck Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.198 2018/07/30 15:19:12 deraadt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.185 2018/07/05 15:31:04 mpi Exp
+ * created from; OpenBSD: syscalls.master,v 1.187 2018/07/30 15:16:27 deraadt Exp
*/
#include <sys/param.h>
-/* $OpenBSD: syscalls.c,v 1.196 2018/07/13 09:25:23 beck Exp $ */
+/* $OpenBSD: syscalls.c,v 1.197 2018/07/30 15:19:12 deraadt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.185 2018/07/05 15:31:04 mpi Exp
+ * created from; OpenBSD: syscalls.master,v 1.187 2018/07/30 15:16:27 deraadt Exp
*/
char *syscallnames[] = {
-/* $OpenBSD: syscall.h,v 1.196 2018/07/13 09:25:23 beck Exp $ */
+/* $OpenBSD: syscall.h,v 1.197 2018/07/30 15:19:12 deraadt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.185 2018/07/05 15:31:04 mpi Exp
+ * created from; OpenBSD: syscalls.master,v 1.187 2018/07/30 15:16:27 deraadt Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
-/* $OpenBSD: syscallargs.h,v 1.199 2018/07/13 09:25:23 beck Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.200 2018/07/30 15:19:12 deraadt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.185 2018/07/05 15:31:04 mpi Exp
+ * created from; OpenBSD: syscalls.master,v 1.187 2018/07/30 15:16:27 deraadt Exp
*/
#ifdef syscallarg
struct sys_unveil_args {
syscallarg(const char *) path;
- syscallarg(const char *) flags;
+ syscallarg(const char *) permissions;
};
struct sys_getsockopt_args {