sync
authorderaadt <deraadt@openbsd.org>
Mon, 30 Jul 2018 15:19:12 +0000 (15:19 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 30 Jul 2018 15:19:12 +0000 (15:19 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index dcb2683..c3cd111 100644 (file)
@@ -1,10 +1,10 @@
-/*     $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>
index 174cfbd..0b7e317 100644 (file)
@@ -1,10 +1,10 @@
-/*     $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[] = {
index b6e0fef..afb699e 100644 (file)
@@ -1,10 +1,10 @@
-/*     $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" "..." */
index ca0d5f4..9b9c0f2 100644 (file)
@@ -1,10 +1,10 @@
-/*     $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
@@ -570,7 +570,7 @@ struct sys_sendsyslog_args {
 
 struct sys_unveil_args {
        syscallarg(const char *) path;
-       syscallarg(const char *) flags;
+       syscallarg(const char *) permissions;
 };
 
 struct sys_getsockopt_args {