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/ce2ce647f649
branches:  trunk
changeset: 806447:ce2ce647f649
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 25 13:16:58 2015 +0000

description:
regen

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      |  12 +++++++++---
 4 files changed, 17 insertions(+), 11 deletions(-)

diffs (96 lines):

diff -r 208eb33d96e6 -r ce2ce647f649 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h    Wed Feb 25 13:16:33 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h    Wed Feb 25 13:16:58 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.110 2015/02/25 13:16:58 christos 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.102 2015/02/25 13:16:33 christos 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 208eb33d96e6 -r ce2ce647f649 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h        Wed Feb 25 13:16:33 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h        Wed Feb 25 13:16:58 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.110 2015/02/25 13:16:58 christos 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.102 2015/02/25 13:16:33 christos Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALLARGS_H_
diff -r 208eb33d96e6 -r ce2ce647f649 sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c   Wed Feb 25 13:16:33 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c   Wed Feb 25 13:16:58 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.109 2015/02/25 13:16:58 christos 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.102 2015/02/25 13:16:33 christos 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.109 2015/02/25 13:16:58 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r 208eb33d96e6 -r ce2ce647f649 sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c     Wed Feb 25 13:16:33 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c     Wed Feb 25 13:16:58 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.109 2015/02/25 13:16:58 christos 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.102 2015/02/25 13:16:33 christos 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.109 2015/02/25 13:16:58 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -108,6 +108,12 @@
 #define        compat_60(func) sys_nosys
 #endif
 
+#ifdef COMPAT_70
+#define        compat_70(func) __CONCAT(compat_70_,func)
+#else
+#define        compat_70(func) sys_nosys
+#endif
+
 #define        s(type) sizeof(type)
 #define        n(type) (sizeof(type)/sizeof (register32_t))
 #define        ns(type)        n(type), s(type)



Home | Main Index | Thread Index | Old Index