Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/arch/amd64 regen



details:   https://anonhg.NetBSD.org/src/rev/3a315e2e10c2
branches:  trunk
changeset: 821391:3a315e2e10c2
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 03 16:18:38 2017 +0000

description:
regen

diffstat:

 sys/compat/linux/arch/amd64/linux_syscall.h       |  4 ++--
 sys/compat/linux/arch/amd64/linux_syscallargs.h   |  4 ++--
 sys/compat/linux/arch/amd64/linux_syscalls.c      |  6 +++---
 sys/compat/linux/arch/amd64/linux_sysent.c        |  6 +++---
 sys/compat/linux/arch/amd64/linux_systrace_args.c |  2 +-
 5 files changed, 11 insertions(+), 11 deletions(-)

diffs (83 lines):

diff -r b7697eb2e010 -r 3a315e2e10c2 sys/compat/linux/arch/amd64/linux_syscall.h
--- a/sys/compat/linux/arch/amd64/linux_syscall.h       Fri Feb 03 16:18:19 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscall.h       Fri Feb 03 16:18:38 2017 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.66 2017/02/03 16:18:19 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.67 2017/02/03 16:18:38 christos Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.59 2017/02/02 15:35:46 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.60 2017/02/03 16:18:19 christos Exp
  */
 
 #ifndef _LINUX_SYS_SYSCALL_H_
diff -r b7697eb2e010 -r 3a315e2e10c2 sys/compat/linux/arch/amd64/linux_syscallargs.h
--- a/sys/compat/linux/arch/amd64/linux_syscallargs.h   Fri Feb 03 16:18:19 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscallargs.h   Fri Feb 03 16:18:38 2017 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.66 2017/02/03 16:18:19 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.67 2017/02/03 16:18:38 christos Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.59 2017/02/02 15:35:46 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.60 2017/02/03 16:18:19 christos Exp
  */
 
 #ifndef _LINUX_SYS_SYSCALLARGS_H_
diff -r b7697eb2e010 -r 3a315e2e10c2 sys/compat/linux/arch/amd64/linux_syscalls.c
--- a/sys/compat/linux/arch/amd64/linux_syscalls.c      Fri Feb 03 16:18:19 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscalls.c      Fri Feb 03 16:18:38 2017 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.66 2017/02/03 16:18:19 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.67 2017/02/03 16:18:38 christos Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.59 2017/02/02 15:35:46 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.60 2017/02/03 16:18:19 christos Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.66 2017/02/03 16:18:19 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.67 2017/02/03 16:18:38 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r b7697eb2e010 -r 3a315e2e10c2 sys/compat/linux/arch/amd64/linux_sysent.c
--- a/sys/compat/linux/arch/amd64/linux_sysent.c        Fri Feb 03 16:18:19 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_sysent.c        Fri Feb 03 16:18:38 2017 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.66 2017/02/03 16:18:19 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.67 2017/02/03 16:18:39 christos Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.59 2017/02/02 15:35:46 christos Exp
+ * created from        NetBSD: syscalls.master,v 1.60 2017/02/03 16:18:19 christos Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.66 2017/02/03 16:18:19 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.67 2017/02/03 16:18:39 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_sysv.h"
diff -r b7697eb2e010 -r 3a315e2e10c2 sys/compat/linux/arch/amd64/linux_systrace_args.c
--- a/sys/compat/linux/arch/amd64/linux_systrace_args.c Fri Feb 03 16:18:19 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_systrace_args.c Fri Feb 03 16:18:38 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_systrace_args.c,v 1.10 2017/02/03 16:18:19 christos Exp $ */
+/* $NetBSD: linux_systrace_args.c,v 1.11 2017/02/03 16:18:39 christos Exp $ */
 
 /*
  * System call argument to DTrace register array converstion.



Home | Main Index | Thread Index | Old Index