diff options
-rw-r--r-- | sys/kern/init_sysent.c | 4 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 4 | ||||
-rw-r--r-- | sys/sys/syscall.h | 6 | ||||
-rw-r--r-- | sys/sys/syscallargs.h | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 09689485f94..0d40d24dbee 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.151 2014/06/13 08:27:04 deraadt Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.152 2014/06/14 18:01:55 deraadt Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.139 2014/06/13 08:26:10 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.140 2014/06/14 18:01:42 deraadt Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 8ee928703e6..6fba275edad 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.152 2014/06/13 08:27:04 deraadt Exp $ */ +/* $OpenBSD: syscalls.c,v 1.153 2014/06/14 18:01:55 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.139 2014/06/13 08:26:10 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.140 2014/06/14 18:01:42 deraadt Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index f33d3c780a1..deabe0e0df1 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.151 2014/06/13 08:27:04 deraadt Exp $ */ +/* $OpenBSD: syscall.h,v 1.152 2014/06/14 18:01:55 deraadt Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.139 2014/06/13 08:26:10 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.140 2014/06/14 18:01:42 deraadt Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ @@ -28,7 +28,7 @@ /* syscall: "close" ret: "int" args: "int" */ #define SYS_close 6 -/* syscall: "getentropy" ret: "ssize_t" args: "void *" "size_t" */ +/* syscall: "getentropy" ret: "int" args: "void *" "size_t" */ #define SYS_getentropy 7 /* syscall: "__tfork" ret: "int" args: "const struct __tfork *" "size_t" */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 27f8d356089..3dafbda02a0 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.153 2014/06/13 08:27:04 deraadt Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.154 2014/06/14 18:01:55 deraadt Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.139 2014/06/13 08:26:10 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.140 2014/06/14 18:01:42 deraadt Exp */ #ifdef syscallarg |