diff options
Diffstat (limited to 'sys/compat/bsdos')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscall.h | 8 | ||||
-rw-r--r-- | sys/compat/bsdos/bsdos_syscallargs.h | 6 | ||||
-rw-r--r-- | sys/compat/bsdos/bsdos_syscalls.c | 6 | ||||
-rw-r--r-- | sys/compat/bsdos/bsdos_sysent.c | 8 |
4 files changed, 14 insertions, 14 deletions
diff --git a/sys/compat/bsdos/bsdos_syscall.h b/sys/compat/bsdos/bsdos_syscall.h index 1cf06fb10cd..6f5e6b0187f 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.12 2003/05/10 17:55:53 miod Exp $ */ +/* $OpenBSD: bsdos_syscall.h,v 1.13 2004/01/14 05:26:56 tedu Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.11 2003/05/10 17:53:53 miod Exp + * created from OpenBSD: syscalls.master,v 1.12 2004/01/14 05:23:25 tedu Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -164,8 +164,8 @@ /* syscall: "sigpending" ret: "int" args: */ #define BSDOS_SYS_sigpending 52 -/* syscall: "sigaltstack" ret: "int" args: "struct sigaltstack *" "struct sigaltstack *" */ -#define BSDOS_SYS_sigaltstack 53 +/* syscall: "osigaltstack" ret: "int" args: "struct osigaltstack *" "struct osigaltstack *" */ +#define BSDOS_SYS_osigaltstack 53 /* syscall: "ioctl" ret: "int" args: "int" "u_long" "caddr_t" */ #define BSDOS_SYS_ioctl 54 diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h index ad8b4a0e128..e0b22cbf576 100644 --- a/sys/compat/bsdos/bsdos_syscallargs.h +++ b/sys/compat/bsdos/bsdos_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscallargs.h,v 1.13 2003/05/10 17:55:53 miod Exp $ */ +/* $OpenBSD: bsdos_syscallargs.h,v 1.14 2004/01/14 05:26:56 tedu Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.11 2003/05/10 17:53:53 miod Exp + * created from OpenBSD: syscalls.master,v 1.12 2004/01/14 05:23:25 tedu Exp */ #ifdef syscallarg @@ -91,7 +91,7 @@ int sys_getlogin(struct proc *, void *, register_t *); int sys_setlogin(struct proc *, void *, register_t *); int sys_acct(struct proc *, void *, register_t *); int sys_sigpending(struct proc *, void *, register_t *); -int sys_sigaltstack(struct proc *, void *, register_t *); +int sys_osigaltstack(struct proc *, void *, register_t *); int bsdos_sys_ioctl(struct proc *, void *, register_t *); int sys_reboot(struct proc *, void *, register_t *); int sys_revoke(struct proc *, void *, register_t *); diff --git a/sys/compat/bsdos/bsdos_syscalls.c b/sys/compat/bsdos/bsdos_syscalls.c index c40ccf151a0..7a901e0331c 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.12 2003/05/10 17:55:53 miod Exp $ */ +/* $OpenBSD: bsdos_syscalls.c,v 1.13 2004/01/14 05:26:56 tedu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.11 2003/05/10 17:53:53 miod Exp + * created from OpenBSD: syscalls.master,v 1.12 2004/01/14 05:23:25 tedu Exp */ char *bsdos_syscallnames[] = { @@ -69,7 +69,7 @@ char *bsdos_syscallnames[] = { "setlogin", /* 50 = setlogin */ "acct", /* 51 = acct */ "sigpending", /* 52 = sigpending */ - "sigaltstack", /* 53 = sigaltstack */ + "osigaltstack", /* 53 = osigaltstack */ "ioctl", /* 54 = ioctl */ "reboot", /* 55 = reboot */ "revoke", /* 56 = revoke */ diff --git a/sys/compat/bsdos/bsdos_sysent.c b/sys/compat/bsdos/bsdos_sysent.c index b28265bdfa2..2b38c306194 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.12 2003/05/10 17:55:53 miod Exp $ */ +/* $OpenBSD: bsdos_sysent.c,v 1.13 2004/01/14 05:26:56 tedu Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.11 2003/05/10 17:53:53 miod Exp + * created from OpenBSD: syscalls.master,v 1.12 2004/01/14 05:23:25 tedu Exp */ #include <sys/param.h> @@ -133,8 +133,8 @@ struct sysent bsdos_sysent[] = { sys_acct }, /* 51 = acct */ { 0, 0, sys_sigpending }, /* 52 = sigpending */ - { 2, s(struct sys_sigaltstack_args), - sys_sigaltstack }, /* 53 = sigaltstack */ + { 2, s(struct sys_osigaltstack_args), + sys_osigaltstack }, /* 53 = osigaltstack */ { 3, s(struct bsdos_sys_ioctl_args), bsdos_sys_ioctl }, /* 54 = ioctl */ { 1, s(struct sys_reboot_args), |