Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/sunos32 regen



details:   https://anonhg.NetBSD.org/src/rev/5c2e4456fe91
branches:  trunk
changeset: 503403:5c2e4456fe91
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Feb 05 12:48:33 2001 +0000

description:
regen

diffstat:

 sys/compat/sunos32/sunos32_syscall.h     |   4 ++--
 sys/compat/sunos32/sunos32_syscallargs.h |  10 +++++++---
 sys/compat/sunos32/sunos32_syscalls.c    |   4 ++--
 sys/compat/sunos32/sunos32_sysent.c      |   8 ++++----
 4 files changed, 15 insertions(+), 11 deletions(-)

diffs (95 lines):

diff -r 20f3d2175ef2 -r 5c2e4456fe91 sys/compat/sunos32/sunos32_syscall.h
--- a/sys/compat/sunos32/sunos32_syscall.h      Mon Feb 05 12:48:13 2001 +0000
+++ b/sys/compat/sunos32/sunos32_syscall.h      Mon Feb 05 12:48:33 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos32_syscall.h,v 1.2 2001/02/04 09:48:43 mrg Exp $ */
+/* $NetBSD: sunos32_syscall.h,v 1.3 2001/02/05 12:48:33 mrg Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.2 2001/02/04 09:47:22 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.3 2001/02/05 12:46:19 mrg Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
diff -r 20f3d2175ef2 -r 5c2e4456fe91 sys/compat/sunos32/sunos32_syscallargs.h
--- a/sys/compat/sunos32/sunos32_syscallargs.h  Mon Feb 05 12:48:13 2001 +0000
+++ b/sys/compat/sunos32/sunos32_syscallargs.h  Mon Feb 05 12:48:33 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos32_syscallargs.h,v 1.2 2001/02/04 09:48:44 mrg Exp $ */
+/* $NetBSD: sunos32_syscallargs.h,v 1.3 2001/02/05 12:48:34 mrg Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.2 2001/02/04 09:47:22 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.3 2001/02/05 12:46:19 mrg Exp 
  */
 
 #ifndef _SUNOS32_SYS__SYSCALLARGS_H_
@@ -150,6 +150,10 @@
        syscallarg(int) mask;
 };
 
+struct sunos32_sys_sigreturn_args {
+       syscallarg(netbsd32_sigcontextp_t) sigcntxp;
+};
+
 struct sunos32_sys_getrlimit_args {
        syscallarg(u_int) which;
        syscallarg(netbsd32_orlimitp_t) rlp;
@@ -335,7 +339,7 @@
 int    netbsd32_mkdir(struct proc *, void *, register_t *);
 int    netbsd32_rmdir(struct proc *, void *, register_t *);
 int    netbsd32_utimes(struct proc *, void *, register_t *);
-int    sunos_sys_sigreturn(struct proc *, void *, register_t *);
+int    sunos32_sys_sigreturn(struct proc *, void *, register_t *);
 int    netbsd32_adjtime(struct proc *, void *, register_t *);
 int    compat_43_netbsd32_ogetpeername(struct proc *, void *, register_t *);
 int    compat_43_sys_gethostid(struct proc *, void *, register_t *);
diff -r 20f3d2175ef2 -r 5c2e4456fe91 sys/compat/sunos32/sunos32_syscalls.c
--- a/sys/compat/sunos32/sunos32_syscalls.c     Mon Feb 05 12:48:13 2001 +0000
+++ b/sys/compat/sunos32/sunos32_syscalls.c     Mon Feb 05 12:48:33 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos32_syscalls.c,v 1.2 2001/02/04 09:48:44 mrg Exp $ */
+/* $NetBSD: sunos32_syscalls.c,v 1.3 2001/02/05 12:48:34 mrg Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.2 2001/02/04 09:47:22 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.3 2001/02/05 12:46:19 mrg Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
diff -r 20f3d2175ef2 -r 5c2e4456fe91 sys/compat/sunos32/sunos32_sysent.c
--- a/sys/compat/sunos32/sunos32_sysent.c       Mon Feb 05 12:48:13 2001 +0000
+++ b/sys/compat/sunos32/sunos32_sysent.c       Mon Feb 05 12:48:33 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos32_sysent.c,v 1.2 2001/02/04 09:48:44 mrg Exp $ */
+/* $NetBSD: sunos32_sysent.c,v 1.3 2001/02/05 12:48:34 mrg Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.2 2001/02/04 09:47:22 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.3 2001/02/05 12:46:19 mrg Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
@@ -306,8 +306,8 @@
            netbsd32_rmdir },                   /* 137 = netbsd32_rmdir */
        { 2, s(struct netbsd32_utimes_args), 0,
            netbsd32_utimes },                  /* 138 = netbsd32_utimes */
-       { 1, s(struct sunos_sys_sigreturn_args), 0,
-           sunos_sys_sigreturn },              /* 139 = sigreturn */
+       { 1, s(struct sunos32_sys_sigreturn_args), 0,
+           sunos32_sys_sigreturn },            /* 139 = sigreturn */
        { 2, s(struct netbsd32_adjtime_args), 0,
            netbsd32_adjtime },                 /* 140 = netbsd32_adjtime */
        { 3, s(struct compat_43_netbsd32_ogetpeername_args), 0,



Home | Main Index | Thread Index | Old Index