Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/compat/netbsd32 Regen for ticket #1711
details: https://anonhg.NetBSD.org/src/rev/57f1b12c6678
branches: netbsd-7
changeset: 460821:57f1b12c6678
user: martin <martin%NetBSD.org@localhost>
date: Mon Nov 04 14:52:15 2019 +0000
description:
Regen for ticket #1711
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_sysent.c | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diffs (92 lines):
diff -r b901b643c32b -r 57f1b12c6678 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h Mon Nov 04 14:51:31 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h Mon Nov 04 14:52:15 2019 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.109.2.3 2015/11/06 09:19:24 martin Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.109.2.4 2019/11/04 14:52:15 martin Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.101.2.3 2015/11/06 09:16:48 martin Exp
+ * created from NetBSD: syscalls.master,v 1.101.2.4 2019/11/04 14:51:31 martin Exp
*/
#ifndef _NETBSD32_SYS_SYSCALL_H_
@@ -1231,7 +1231,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 b901b643c32b -r 57f1b12c6678 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h Mon Nov 04 14:51:31 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h Mon Nov 04 14:52:15 2019 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.109.2.3 2015/11/06 09:19:24 martin Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.109.2.4 2019/11/04 14:52:15 martin Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.101.2.3 2015/11/06 09:16:48 martin Exp
+ * created from NetBSD: syscalls.master,v 1.101.2.4 2019/11/04 14:51:31 martin Exp
*/
#ifndef _NETBSD32_SYS_SYSCALLARGS_H_
@@ -2416,7 +2416,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 b901b643c32b -r 57f1b12c6678 sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c Mon Nov 04 14:51:31 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c Mon Nov 04 14:52:15 2019 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.108.2.3 2015/11/06 09:19:24 martin Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.108.2.4 2019/11/04 14:52:15 martin Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.101.2.3 2015/11/06 09:16:48 martin Exp
+ * created from NetBSD: syscalls.master,v 1.101.2.4 2019/11/04 14:51:31 martin Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.108.2.3 2015/11/06 09:19:24 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.108.2.4 2019/11/04 14:52:15 martin Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff -r b901b643c32b -r 57f1b12c6678 sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c Mon Nov 04 14:51:31 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c Mon Nov 04 14:52:15 2019 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.108.2.3 2015/11/06 09:19:24 martin Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.108.2.4 2019/11/04 14:52:15 martin Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.101.2.3 2015/11/06 09:16:48 martin Exp
+ * created from NetBSD: syscalls.master,v 1.101.2.4 2019/11/04 14:51:31 martin Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.108.2.3 2015/11/06 09:19:24 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.108.2.4 2019/11/04 14:52:15 martin Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
Home |
Main Index |
Thread Index |
Old Index