Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/0829c209b1b4
branches:  trunk
changeset: 455310:0829c209b1b4
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 13 22:31:31 2019 +0000

description:
regen

diffstat:

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

diffs (90 lines):

diff -r 66a5e910b8ab -r 0829c209b1b4 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h    Sun Oct 13 22:31:19 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h    Sun Oct 13 22:31:31 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.143 2019/09/22 23:03:20 christos Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.144 2019/10/13 22:31:31 christos Exp $ */
 
 /*
  * System call numbers.
diff -r 66a5e910b8ab -r 0829c209b1b4 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h        Sun Oct 13 22:31:19 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h        Sun Oct 13 22:31:31 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.142 2019/09/22 23:03:20 christos Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.143 2019/10/13 22:31:31 christos Exp $ */
 
 /*
  * System call argument lists.
diff -r 66a5e910b8ab -r 0829c209b1b4 sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c   Sun Oct 13 22:31:19 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c   Sun Oct 13 22:31:31 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.142 2019/09/22 23:03:20 christos Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.143 2019/10/13 22:31:32 christos Exp $ */
 
 /*
  * System call names.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.142 2019/09/22 23:03:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.143 2019/10/13 22:31:32 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r 66a5e910b8ab -r 0829c209b1b4 sys/compat/netbsd32/netbsd32_syscalls_autoload.c
--- a/sys/compat/netbsd32/netbsd32_syscalls_autoload.c  Sun Oct 13 22:31:19 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls_autoload.c  Sun Oct 13 22:31:31 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.22 2019/09/22 23:03:20 christos Exp $ */
+/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.23 2019/10/13 22:31:32 christos Exp $ */
 
 /*
  * System call autoload table.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.22 2019/09/22 23:03:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.23 2019/10/13 22:31:32 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
diff -r 66a5e910b8ab -r 0829c209b1b4 sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c     Sun Oct 13 22:31:19 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c     Sun Oct 13 22:31:31 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.141 2019/09/22 23:03:20 christos Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.142 2019/10/13 22:31:32 christos Exp $ */
 
 /*
  * System call switch table.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.141 2019/09/22 23:03:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.142 2019/10/13 22:31:32 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -1635,7 +1635,7 @@
                .sy_call = (sy_call_t *)netbsd32___getdents30
        },              /* 390 = netbsd32___getdents30 */
        {
-               .sy_call = (sy_call_t *)nullop,
+               .sy_call = (sy_call_t *)(void *)nullop,
        },              /* 391 = filler */
        {
                ns(struct compat_30_netbsd32___fhstat30_args),
diff -r 66a5e910b8ab -r 0829c209b1b4 sys/compat/netbsd32/netbsd32_systrace_args.c
--- a/sys/compat/netbsd32/netbsd32_systrace_args.c      Sun Oct 13 22:31:19 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_systrace_args.c      Sun Oct 13 22:31:31 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_systrace_args.c,v 1.33 2019/09/22 23:03:20 christos Exp $ */
+/* $NetBSD: netbsd32_systrace_args.c,v 1.34 2019/10/13 22:31:32 christos Exp $ */
 
 /*
  * System call argument to DTrace register array converstion.



Home | Main Index | Thread Index | Old Index