Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/compat/netbsd32 Regen for ticket #398



details:   https://anonhg.NetBSD.org/src/rev/88a3453a65f5
branches:  netbsd-9
changeset: 460811:88a3453a65f5
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Nov 04 14:47:33 2019 +0000

description:
Regen for ticket #398

diffstat:

 sys/compat/netbsd32/netbsd32_syscall.h           |  6 +++---
 sys/compat/netbsd32/netbsd32_syscallargs.h       |  6 +++---
 sys/compat/netbsd32/netbsd32_syscalls.c          |  6 +++---
 sys/compat/netbsd32/netbsd32_syscalls_autoload.c |  6 +++---
 sys/compat/netbsd32/netbsd32_sysent.c            |  6 +++---
 sys/compat/netbsd32/netbsd32_systrace_args.c     |  6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

diffs (140 lines):

diff -r a20d70309db8 -r 88a3453a65f5 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h    Mon Nov 04 14:46:57 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h    Mon Nov 04 14:47:33 2019 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.142 2019/06/18 16:24:32 christos Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.142.2.1 2019/11/04 14:47:33 martin Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.127 2019/06/18 16:23:24 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.127.2.1 2019/11/04 14:46:57 martin Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALL_H_
@@ -1228,7 +1228,7 @@
 /* syscall: "netbsd32_openat" ret: "int" args: "int" "const netbsd32_charp" "int" "..." */
 #define        NETBSD32_SYS_netbsd32_openat    468
 
-/* syscall: "netbsd32_readlinkat" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_charp" "netbsd32_charp" "size_t" */
+/* syscall: "netbsd32_readlinkat" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
 #define        NETBSD32_SYS_netbsd32_readlinkat        469
 
 /* syscall: "netbsd32_symlinkat" ret: "int" args: "const netbsd32_charp" "int" "const netbsd32_charp" */
diff -r a20d70309db8 -r 88a3453a65f5 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h        Mon Nov 04 14:46:57 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h        Mon Nov 04 14:47:33 2019 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.141 2019/06/18 16:24:32 christos Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.141.2.1 2019/11/04 14:47:33 martin Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.127 2019/06/18 16:23:24 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.127.2.1 2019/11/04 14:46:57 martin Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALLARGS_H_
@@ -2511,7 +2511,7 @@
        syscallarg(int) fd;
        syscallarg(const netbsd32_charp) path;
        syscallarg(netbsd32_charp) buf;
-       syscallarg(size_t) bufsize;
+       syscallarg(netbsd32_size_t) bufsize;
 };
 check_syscall_args(netbsd32_readlinkat)
 
diff -r a20d70309db8 -r 88a3453a65f5 sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c   Mon Nov 04 14:46:57 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c   Mon Nov 04 14:47:33 2019 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.141 2019/06/18 16:24:32 christos Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.141.2.1 2019/11/04 14:47:33 martin Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.127 2019/06/18 16:23:24 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.127.2.1 2019/11/04 14:46:57 martin Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.141 2019/06/18 16:24:32 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.141.2.1 2019/11/04 14:47:33 martin Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r a20d70309db8 -r 88a3453a65f5 sys/compat/netbsd32/netbsd32_syscalls_autoload.c
--- a/sys/compat/netbsd32/netbsd32_syscalls_autoload.c  Mon Nov 04 14:46:57 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls_autoload.c  Mon Nov 04 14:47:33 2019 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.21 2019/06/18 16:24:32 christos Exp $ */
+/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.21.2.1 2019/11/04 14:47:33 martin Exp $ */
 
 /*
  * System call autoload table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.127 2019/06/18 16:23:24 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.127.2.1 2019/11/04 14:46:57 martin Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.21 2019/06/18 16:24:32 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.21.2.1 2019/11/04 14:47:33 martin Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
diff -r a20d70309db8 -r 88a3453a65f5 sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c     Mon Nov 04 14:46:57 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c     Mon Nov 04 14:47:33 2019 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.140 2019/06/18 16:24:32 christos Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.140.2.1 2019/11/04 14:47:33 martin Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.127 2019/06/18 16:23:24 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.127.2.1 2019/11/04 14:46:57 martin Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.140 2019/06/18 16:24:32 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.140.2.1 2019/11/04 14:47:33 martin Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
diff -r a20d70309db8 -r 88a3453a65f5 sys/compat/netbsd32/netbsd32_systrace_args.c
--- a/sys/compat/netbsd32/netbsd32_systrace_args.c      Mon Nov 04 14:46:57 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_systrace_args.c      Mon Nov 04 14:47:33 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_systrace_args.c,v 1.32 2019/06/18 16:24:32 christos Exp $ */
+/* $NetBSD: netbsd32_systrace_args.c,v 1.32.2.1 2019/11/04 14:47:33 martin Exp $ */
 
 /*
  * System call argument to DTrace register array converstion.
@@ -3355,7 +3355,7 @@
                iarg[0] = SCARG(p, fd); /* int */
                uarg[1] = (intptr_t) SCARG(p, path).i32; /* const netbsd32_charp */
                uarg[2] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_charp */
-               uarg[3] = SCARG(p, bufsize); /* size_t */
+               iarg[3] = SCARG(p, bufsize); /* netbsd32_size_t */
                *n_args = 4;
                break;
        }
@@ -9170,7 +9170,7 @@
                        p = "netbsd32_charp";
                        break;
                case 3:
-                       p = "size_t";
+                       p = "netbsd32_size_t";
                        break;
                default:
                        break;



Home | Main Index | Thread Index | Old Index