From: deraadt Date: Tue, 12 Dec 2017 01:13:14 +0000 (+0000) Subject: sync X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=335bf4274d7e597b18477da8ea1800b2508bc934;p=openbsd sync --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 5e200033463..724f3dfd466 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.190 2017/11/28 06:05:15 guenther Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.191 2017/12/12 01:13:14 deraadt Exp $ */ /* * System call switch table. * * 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 */ #include diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 668382aacd3..2a069bc4463 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.189 2017/11/28 06:05:16 guenther Exp $ */ +/* $OpenBSD: syscalls.c,v 1.190 2017/12/12 01:13:14 deraadt Exp $ */ /* * System call names. * * 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 */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index fa8c6652b9a..4309ec0ed55 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.189 2017/11/28 06:05:15 guenther Exp $ */ +/* $OpenBSD: syscall.h,v 1.190 2017/12/12 01:13:14 deraadt Exp $ */ /* * System call numbers. * * 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 */ /* syscall: "syscall" ret: "int" args: "int" "..." */ @@ -327,7 +327,7 @@ /* syscall: "chflagsat" ret: "int" args: "int" "const char *" "u_int" "int" */ #define SYS_chflagsat 107 -/* syscall: "pledge" ret: "int" args: "const char *" "const char **" */ +/* syscall: "pledge" ret: "int" args: "const char *" "const char *" */ #define SYS_pledge 108 /* syscall: "ppoll" ret: "int" args: "struct pollfd *" "u_int" "const struct timespec *" "const sigset_t *" */ 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 {