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/6ca60a49424d
branches:  trunk
changeset: 520134:6ca60a49424d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jan 03 15:30:08 2002 +0000

description:
regen

diffstat:

 sys/compat/sunos32/sunos32_syscall.h     |   4 ++--
 sys/compat/sunos32/sunos32_syscallargs.h |  17 +++++++++++++++--
 sys/compat/sunos32/sunos32_syscalls.c    |   6 +++---
 sys/compat/sunos32/sunos32_sysent.c      |   6 +++---
 4 files changed, 23 insertions(+), 10 deletions(-)

diffs (101 lines):

diff -r 66839c6fd333 -r 6ca60a49424d sys/compat/sunos32/sunos32_syscall.h
--- a/sys/compat/sunos32/sunos32_syscall.h      Thu Jan 03 15:28:43 2002 +0000
+++ b/sys/compat/sunos32/sunos32_syscall.h      Thu Jan 03 15:30:08 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos32_syscall.h,v 1.7 2002/01/03 01:11:30 mrg Exp $ */
+/* $NetBSD: sunos32_syscall.h,v 1.8 2002/01/03 15:30:08 mrg Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.6 2002/01/03 00:59:01 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.7 2002/01/03 15:28:43 mrg Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
diff -r 66839c6fd333 -r 6ca60a49424d sys/compat/sunos32/sunos32_syscallargs.h
--- a/sys/compat/sunos32/sunos32_syscallargs.h  Thu Jan 03 15:28:43 2002 +0000
+++ b/sys/compat/sunos32/sunos32_syscallargs.h  Thu Jan 03 15:30:08 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos32_syscallargs.h,v 1.7 2002/01/03 01:11:30 mrg Exp $ */
+/* $NetBSD: sunos32_syscallargs.h,v 1.8 2002/01/03 15:30:08 mrg Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.6 2002/01/03 00:59:01 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.7 2002/01/03 15:28:43 mrg Exp 
  */
 
 #ifndef _SUNOS32_SYS__SYSCALLARGS_H_
@@ -133,6 +133,12 @@
        syscallarg(netbsd32_voidp) arg;
 };
 
+struct sunos32_sys_socket_args {
+       syscallarg(int) domain;
+       syscallarg(int) type;
+       syscallarg(int) protocol;
+};
+
 struct sunos32_sys_setsockopt_args {
        syscallarg(int) s;
        syscallarg(int) level;
@@ -151,6 +157,13 @@
        syscallarg(int) mask;
 };
 
+struct sunos32_sys_socketpair_args {
+       syscallarg(int) domain;
+       syscallarg(int) type;
+       syscallarg(int) protocol;
+       syscallarg(netbsd32_intp) rsv;
+};
+
 struct sunos32_sys_sigreturn_args {
        syscallarg(netbsd32_sigcontextp_t) sigcntxp;
 };
diff -r 66839c6fd333 -r 6ca60a49424d sys/compat/sunos32/sunos32_syscalls.c
--- a/sys/compat/sunos32/sunos32_syscalls.c     Thu Jan 03 15:28:43 2002 +0000
+++ b/sys/compat/sunos32/sunos32_syscalls.c     Thu Jan 03 15:30:08 2002 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: sunos32_syscalls.c,v 1.7 2002/01/03 01:11:30 mrg Exp $ */
+/* $NetBSD: sunos32_syscalls.c,v 1.8 2002/01/03 15:30:08 mrg Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.6 2002/01/03 00:59:01 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.7 2002/01/03 15:28:43 mrg Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.7 2002/01/03 01:11:30 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.8 2002/01/03 15:30:08 mrg Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r 66839c6fd333 -r 6ca60a49424d sys/compat/sunos32/sunos32_sysent.c
--- a/sys/compat/sunos32/sunos32_sysent.c       Thu Jan 03 15:28:43 2002 +0000
+++ b/sys/compat/sunos32/sunos32_sysent.c       Thu Jan 03 15:30:08 2002 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: sunos32_sysent.c,v 1.7 2002/01/03 01:11:30 mrg Exp $ */
+/* $NetBSD: sunos32_sysent.c,v 1.8 2002/01/03 15:30:09 mrg Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.6 2002/01/03 00:59:01 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.7 2002/01/03 15:28:43 mrg Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.7 2002/01/03 01:11:30 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.8 2002/01/03 15:30:09 mrg Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_nfsserver.h"



Home | Main Index | Thread Index | Old Index