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.h6
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 0140afdd85d..d20711ef928 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.50 2001/05/16 17:17:04 millert Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.51 2001/06/16 22:17:13 deraadt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.45 2001/05/16 17:14:35 millert Exp
+ * created from; OpenBSD: syscalls.master,v 1.46 2001/06/16 22:16:23 deraadt Exp
*/
#include <sys/param.h>
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 239f3ca6db3..f70d244033c 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.50 2001/05/16 17:17:04 millert Exp $ */
+/* $OpenBSD: syscalls.c,v 1.51 2001/06/16 22:17:13 deraadt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.45 2001/05/16 17:14:35 millert Exp
+ * created from; OpenBSD: syscalls.master,v 1.46 2001/06/16 22:16:23 deraadt Exp
*/
char *syscallnames[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 94665c3f1d9..a73800e59f8 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscall.h,v 1.49 2001/05/16 17:17:03 millert Exp $ */
+/* $OpenBSD: syscall.h,v 1.50 2001/06/16 22:17:12 deraadt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.45 2001/05/16 17:14:35 millert Exp
+ * created from; OpenBSD: syscalls.master,v 1.46 2001/06/16 22:16:23 deraadt Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -419,7 +419,7 @@
/* 164 is compat_09 ouname */
-/* syscall: "sysarch" ret: "int" args: "int" "char *" */
+/* syscall: "sysarch" ret: "int" args: "int" "void *" */
#define SYS_sysarch 165
/* 169 is compat_10 osemsys */
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index 08cadbe2064..767e0fa799e 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.50 2001/05/16 17:17:04 millert Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.51 2001/06/16 22:17:12 deraadt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.45 2001/05/16 17:14:35 millert Exp
+ * created from; OpenBSD: syscalls.master,v 1.46 2001/06/16 22:16:23 deraadt Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -711,7 +711,7 @@ struct compat_09_sys_uname_args {
struct sys_sysarch_args {
syscallarg(int) op;
- syscallarg(char *) parms;
+ syscallarg(void *) parms;
};
struct compat_10_sys_semsys_args {