summaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2002-01-03 15:30:08 +0000
committermrg <mrg@NetBSD.org>2002-01-03 15:30:08 +0000
commit9191aacdb45ff028e397cfca6e1fbf0dc633ecde (patch)
tree53957d27ded2d8262ea5418660cd67ef3234bfe4 /sys/compat
parent5d231c56247b5acb5ff48a10f47f63f5f29ab4ea (diff)
regen
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/sunos32/sunos32_syscall.h4
-rw-r--r--sys/compat/sunos32/sunos32_syscallargs.h17
-rw-r--r--sys/compat/sunos32/sunos32_syscalls.c6
-rw-r--r--sys/compat/sunos32/sunos32_sysent.c6
4 files changed, 23 insertions, 10 deletions
diff --git a/sys/compat/sunos32/sunos32_syscall.h b/sys/compat/sunos32/sunos32_syscall.h
index 55cf87b7f4b..eac1af0ccd6 100644
--- a/sys/compat/sunos32/sunos32_syscall.h
+++ b/sys/compat/sunos32/sunos32_syscall.h
@@ -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 --git a/sys/compat/sunos32/sunos32_syscallargs.h b/sys/compat/sunos32/sunos32_syscallargs.h
index bbd141ac7ae..0cd3bb866c8 100644
--- a/sys/compat/sunos32/sunos32_syscallargs.h
+++ b/sys/compat/sunos32/sunos32_syscallargs.h
@@ -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 @@ struct sunos32_sys_fcntl_args {
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 @@ struct sunos32_sys_sigsuspend_args {
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 --git a/sys/compat/sunos32/sunos32_syscalls.c b/sys/compat/sunos32/sunos32_syscalls.c
index d4dfe24d8eb..59de311f3f2 100644
--- a/sys/compat/sunos32/sunos32_syscalls.c
+++ b/sys/compat/sunos32/sunos32_syscalls.c
@@ -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 --git a/sys/compat/sunos32/sunos32_sysent.c b/sys/compat/sunos32/sunos32_sysent.c
index 0f5e102e6fb..4f4cd0b282d 100644
--- a/sys/compat/sunos32/sunos32_sysent.c
+++ b/sys/compat/sunos32/sunos32_sysent.c
@@ -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"