summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/kern/init_sysent.c4
-rw-r--r--sys/kern/syscalls.c4
-rw-r--r--sys/sys/syscall.h6
-rw-r--r--sys/sys/syscallargs.h4
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 12fc85e329f..4b73c0684eb 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.103 2008/03/16 19:43:41 otto Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.104 2009/03/12 07:04:49 guenther Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.90 2008/03/16 19:42:57 otto Exp
+ * created from; OpenBSD: syscalls.master,v 1.91 2009/03/12 06:56:13 guenther Exp
*/
#include <sys/param.h>
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 4fb35f0fb42..ca9bdd584d5 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.104 2008/03/16 19:43:41 otto Exp $ */
+/* $OpenBSD: syscalls.c,v 1.105 2009/03/12 07:04:49 guenther Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.90 2008/03/16 19:42:57 otto Exp
+ * created from; OpenBSD: syscalls.master,v 1.91 2009/03/12 06:56:13 guenther Exp
*/
char *syscallnames[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index b00b275f7f0..1e9c078a909 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscall.h,v 1.101 2008/03/16 19:43:41 otto Exp $ */
+/* $OpenBSD: syscall.h,v 1.102 2009/03/12 07:04:48 guenther Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.90 2008/03/16 19:42:57 otto Exp
+ * created from; OpenBSD: syscalls.master,v 1.91 2009/03/12 06:56:13 guenther Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -674,7 +674,7 @@
/* syscall: "thrwakeup" ret: "int" args: "void *" "int" */
#define SYS_thrwakeup 301
-/* syscall: "threxit" ret: "int" args: "int" */
+/* syscall: "threxit" ret: "void" args: "int" */
#define SYS_threxit 302
/* syscall: "thrsigdivert" ret: "int" args: "sigset_t" */
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index 616bb1bfccb..cfa30a6c418 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.103 2008/03/16 19:43:41 otto Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.104 2009/03/12 07:04:49 guenther Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.90 2008/03/16 19:42:57 otto Exp
+ * created from; OpenBSD: syscalls.master,v 1.91 2009/03/12 06:56:13 guenther Exp
*/
#ifdef syscallarg