From 05abc039c951023bf50558972a69025477bd32b2 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 14 Aug 1995 01:13:11 +0000 Subject: [PATCH] syscalls.master changed. --- sys/compat/svr4/svr4_syscall.h | 2 +- sys/compat/svr4/svr4_syscallargs.h | 6 +++--- sys/compat/svr4/svr4_syscalls.c | 2 +- sys/compat/svr4/svr4_sysent.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index 3d9071a94cc1..f3adcb375633 100644 --- a/sys/compat/svr4/svr4_syscall.h +++ b/sys/compat/svr4/svr4_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.10 1995/03/31 03:06:51 christos Exp + * created from NetBSD: syscalls.master,v 1.11 1995/08/14 00:57:13 mycroft Exp */ #define SVR4_SYS_syscall 0 diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index 3c6387bb2af6..3b0a2b19f540 100644 --- a/sys/compat/svr4/svr4_syscallargs.h +++ b/sys/compat/svr4/svr4_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.10 1995/03/31 03:06:51 christos Exp + * created from NetBSD: syscalls.master,v 1.11 1995/08/14 00:57:13 mycroft Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -157,8 +157,8 @@ struct svr4_sigsuspend_args { }; struct svr4_sigaltstack_args { - syscallarg(svr4_stack_t *) nss; - syscallarg(svr4_stack_t *) oss; + syscallarg(struct svr4_sigaltstack *) nss; + syscallarg(struct svr4_sigaltstack *) oss; }; struct svr4_sigaction_args { diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index 25c6142d4993..92e14bb2d530 100644 --- a/sys/compat/svr4/svr4_syscalls.c +++ b/sys/compat/svr4/svr4_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.10 1995/03/31 03:06:51 christos Exp + * created from NetBSD: syscalls.master,v 1.11 1995/08/14 00:57:13 mycroft Exp */ char *svr4_syscallnames[] = { diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index dc431567ac63..a9a4b1b7f19e 100644 --- a/sys/compat/svr4/svr4_sysent.c +++ b/sys/compat/svr4/svr4_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.10 1995/03/31 03:06:51 christos Exp + * created from NetBSD: syscalls.master,v 1.11 1995/08/14 00:57:13 mycroft Exp */ #include