summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-11-13 22:13:44 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-11-13 22:13:44 +0000
commit211171a69d834eac8c37d7b2c98b10a540938e71 (patch)
tree0c85f3da9678818a0f02837b9d3c507efb866f50 /sys
parent25f2cc70d3e2a066eebe0a38236b06a90ed38b6c (diff)
regen based on syscalls.master changes
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/bsdos/bsdos_syscall.h4
-rw-r--r--sys/compat/bsdos/bsdos_syscallargs.h12
-rw-r--r--sys/compat/bsdos/bsdos_syscalls.c4
-rw-r--r--sys/compat/bsdos/bsdos_sysent.c8
4 files changed, 17 insertions, 11 deletions
diff --git a/sys/compat/bsdos/bsdos_syscall.h b/sys/compat/bsdos/bsdos_syscall.h
index c11fe786b6b..4551a09871e 100644
--- a/sys/compat/bsdos/bsdos_syscall.h
+++ b/sys/compat/bsdos/bsdos_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_syscall.h,v 1.5 1999/06/07 07:18:34 deraadt Exp $ */
+/* $OpenBSD: bsdos_syscall.h,v 1.6 1999/11/13 22:13:43 millert Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.5 1999/06/07 07:17:46 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.6 1999/11/13 22:13:00 millert Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h
index 6429f1af4f5..7e688142353 100644
--- a/sys/compat/bsdos/bsdos_syscallargs.h
+++ b/sys/compat/bsdos/bsdos_syscallargs.h
@@ -1,14 +1,20 @@
-/* $OpenBSD: bsdos_syscallargs.h,v 1.5 1999/06/07 07:18:34 deraadt Exp $ */
+/* $OpenBSD: bsdos_syscallargs.h,v 1.6 1999/11/13 22:13:43 millert Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.5 1999/06/07 07:17:46 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.6 1999/11/13 22:13:00 millert Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
+struct bsdos_sys_ioctl_args {
+ syscallarg(int) fd;
+ syscallarg(u_long) com;
+ syscallarg(caddr_t) data;
+};
+
/*
* System call prototypes.
*/
@@ -69,7 +75,7 @@ int sys_setlogin __P((struct proc *, void *, register_t *));
int sys_acct __P((struct proc *, void *, register_t *));
int sys_sigpending __P((struct proc *, void *, register_t *));
int sys_sigaltstack __P((struct proc *, void *, register_t *));
-int sys_ioctl __P((struct proc *, void *, register_t *));
+int bsdos_sys_ioctl __P((struct proc *, void *, register_t *));
int sys_reboot __P((struct proc *, void *, register_t *));
int sys_revoke __P((struct proc *, void *, register_t *));
int sys_symlink __P((struct proc *, void *, register_t *));
diff --git a/sys/compat/bsdos/bsdos_syscalls.c b/sys/compat/bsdos/bsdos_syscalls.c
index 019ae81a45d..61e72c76b61 100644
--- a/sys/compat/bsdos/bsdos_syscalls.c
+++ b/sys/compat/bsdos/bsdos_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_syscalls.c,v 1.5 1999/06/07 07:18:34 deraadt Exp $ */
+/* $OpenBSD: bsdos_syscalls.c,v 1.6 1999/11/13 22:13:43 millert Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.5 1999/06/07 07:17:46 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.6 1999/11/13 22:13:00 millert Exp
*/
char *bsdos_syscallnames[] = {
diff --git a/sys/compat/bsdos/bsdos_sysent.c b/sys/compat/bsdos/bsdos_sysent.c
index e26bb2b0794..c6b3bedca62 100644
--- a/sys/compat/bsdos/bsdos_sysent.c
+++ b/sys/compat/bsdos/bsdos_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_sysent.c,v 1.5 1999/06/07 07:18:34 deraadt Exp $ */
+/* $OpenBSD: bsdos_sysent.c,v 1.6 1999/11/13 22:13:43 millert Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.5 1999/06/07 07:17:46 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.6 1999/11/13 22:13:00 millert Exp
*/
#include <sys/param.h>
@@ -130,8 +130,8 @@ struct sysent bsdos_sysent[] = {
sys_sigpending }, /* 52 = sigpending */
{ 2, s(struct sys_sigaltstack_args),
sys_sigaltstack }, /* 53 = sigaltstack */
- { 3, s(struct sys_ioctl_args),
- sys_ioctl }, /* 54 = ioctl */
+ { 3, s(struct bsdos_sys_ioctl_args),
+ bsdos_sys_ioctl }, /* 54 = ioctl */
{ 1, s(struct sys_reboot_args),
sys_reboot }, /* 55 = reboot */
{ 1, s(struct sys_revoke_args),