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 560



details:   https://anonhg.NetBSD.org/src/rev/6969b19afbc4
branches:  netbsd-7
changeset: 799054:6969b19afbc4
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Mar 07 05:27:53 2015 +0000

description:
regen for ticket 560

diffstat:

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

diffs (83 lines):

diff -r 4aaa50132406 -r 6969b19afbc4 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h    Sat Mar 07 05:22:01 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h    Sat Mar 07 05:27:53 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.109 2014/06/13 10:37:22 joerg Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.109.2.1 2015/03/07 05:27:53 snj Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.101 2014/06/13 10:36:18 joerg Exp
+ * created from        NetBSD: syscalls.master,v 1.101.2.1 2015/03/07 05:22:01 snj Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALL_H_
@@ -1224,7 +1224,7 @@
 /* syscall: "netbsd32_openat" ret: "int" args: "int" "const netbsd32_charp" "int" "..." */
 #define        NETBSD32_SYS_netbsd32_openat    468
 
-/* syscall: "netbsd32_readlinkat" ret: "int" args: "int" "const netbsd32_charp" "netbsd32_charp" "size_t" */
+/* syscall: "netbsd32_readlinkat" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_charp" "netbsd32_charp" "size_t" */
 #define        NETBSD32_SYS_netbsd32_readlinkat        469
 
 /* syscall: "netbsd32_symlinkat" ret: "int" args: "const netbsd32_charp" "int" "const netbsd32_charp" */
diff -r 4aaa50132406 -r 6969b19afbc4 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h        Sat Mar 07 05:22:01 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h        Sat Mar 07 05:27:53 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.109 2014/06/13 10:37:22 joerg Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.109.2.1 2015/03/07 05:27:54 snj Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.101 2014/06/13 10:36:18 joerg Exp
+ * created from        NetBSD: syscalls.master,v 1.101.2.1 2015/03/07 05:22:01 snj Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALLARGS_H_
diff -r 4aaa50132406 -r 6969b19afbc4 sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c   Sat Mar 07 05:22:01 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c   Sat Mar 07 05:27:53 2015 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.108 2014/06/13 10:37:22 joerg Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.108.2.1 2015/03/07 05:27:54 snj Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.101 2014/06/13 10:36:18 joerg Exp
+ * created from        NetBSD: syscalls.master,v 1.101.2.1 2015/03/07 05:22:01 snj Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.108 2014/06/13 10:37:22 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.108.2.1 2015/03/07 05:27:54 snj Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r 4aaa50132406 -r 6969b19afbc4 sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c     Sat Mar 07 05:22:01 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c     Sat Mar 07 05:27:53 2015 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.108 2014/06/13 10:37:22 joerg Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.108.2.1 2015/03/07 05:27:54 snj Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.101 2014/06/13 10:36:18 joerg Exp
+ * created from        NetBSD: syscalls.master,v 1.101.2.1 2015/03/07 05:22:01 snj Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.108 2014/06/13 10:37:22 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.108.2.1 2015/03/07 05:27:54 snj Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"



Home | Main Index | Thread Index | Old Index