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/112db0f42dea
branches:  trunk
changeset: 503265:112db0f42dea
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Feb 04 09:48:43 2001 +0000

description:
regen

diffstat:

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

diffs (82 lines):

diff -r 2412e7d5e320 -r 112db0f42dea sys/compat/sunos32/sunos32_syscall.h
--- a/sys/compat/sunos32/sunos32_syscall.h      Sun Feb 04 09:47:22 2001 +0000
+++ b/sys/compat/sunos32/sunos32_syscall.h      Sun Feb 04 09:48:43 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos32_syscall.h,v 1.1 2001/02/02 07:29:42 mrg Exp $ */
+/* $NetBSD: sunos32_syscall.h,v 1.2 2001/02/04 09:48:43 mrg Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.1 2001/02/02 07:28:54 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.2 2001/02/04 09:47:22 mrg Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
@@ -157,7 +157,7 @@
 /* syscall: "netbsd32_sstk" ret: "int" args: "int" */
 #define        SUNOS32_SYS_netbsd32_sstk       70
 
-/* syscall: "mmap" ret: "netbsd32_voidp" args: "netbsd32_voidp" "netbsd32_size_t" "int" "int" "int" "long" */
+/* syscall: "mmap" ret: "netbsd32_voidp" args: "netbsd32_voidp" "netbsd32_size_t" "int" "int" "int" "netbsd32_long" */
 #define        SUNOS32_SYS_mmap        71
 
 /* syscall: "vadvise" ret: "int" args: "int" */
diff -r 2412e7d5e320 -r 112db0f42dea sys/compat/sunos32/sunos32_syscallargs.h
--- a/sys/compat/sunos32/sunos32_syscallargs.h  Sun Feb 04 09:47:22 2001 +0000
+++ b/sys/compat/sunos32/sunos32_syscallargs.h  Sun Feb 04 09:48:43 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos32_syscallargs.h,v 1.1 2001/02/02 07:29:42 mrg Exp $ */
+/* $NetBSD: sunos32_syscallargs.h,v 1.2 2001/02/04 09:48:44 mrg Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.1 2001/02/02 07:28:54 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.2 2001/02/04 09:47:22 mrg Exp 
  */
 
 #ifndef _SUNOS32_SYS__SYSCALLARGS_H_
@@ -118,7 +118,7 @@
        syscallarg(int) prot;
        syscallarg(int) flags;
        syscallarg(int) fd;
-       syscallarg(long) pos;
+       syscallarg(netbsd32_long) pos;
 };
 
 struct sunos32_sys_setpgrp_args {
diff -r 2412e7d5e320 -r 112db0f42dea sys/compat/sunos32/sunos32_syscalls.c
--- a/sys/compat/sunos32/sunos32_syscalls.c     Sun Feb 04 09:47:22 2001 +0000
+++ b/sys/compat/sunos32/sunos32_syscalls.c     Sun Feb 04 09:48:43 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos32_syscalls.c,v 1.1 2001/02/02 07:29:42 mrg Exp $ */
+/* $NetBSD: sunos32_syscalls.c,v 1.2 2001/02/04 09:48:44 mrg Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.1 2001/02/02 07:28:54 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.2 2001/02/04 09:47:22 mrg Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
diff -r 2412e7d5e320 -r 112db0f42dea sys/compat/sunos32/sunos32_sysent.c
--- a/sys/compat/sunos32/sunos32_sysent.c       Sun Feb 04 09:47:22 2001 +0000
+++ b/sys/compat/sunos32/sunos32_sysent.c       Sun Feb 04 09:48:43 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos32_sysent.c,v 1.1 2001/02/02 07:29:42 mrg Exp $ */
+/* $NetBSD: sunos32_sysent.c,v 1.2 2001/02/04 09:48:44 mrg Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.1 2001/02/02 07:28:54 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.2 2001/02/04 09:47:22 mrg Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)



Home | Main Index | Thread Index | Old Index