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 generated files _after_ committing...
details: https://anonhg.NetBSD.org/src/rev/ef3bcd9e8b27
branches: trunk
changeset: 968503:ef3bcd9e8b27
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Jan 18 14:07:31 2020 +0000
description:
Regen generated files _after_ committing changes to the source file.
This gets the "Generated from" comments to use the new version number.
No functional change.
diffstat:
sys/compat/netbsd32/netbsd32_syscall.h | 4 ++--
sys/compat/netbsd32/netbsd32_syscallargs.h | 4 ++--
sys/compat/netbsd32/netbsd32_syscalls.c | 6 +++---
sys/compat/netbsd32/netbsd32_syscalls_autoload.c | 6 +++---
sys/compat/netbsd32/netbsd32_sysent.c | 6 +++---
sys/compat/netbsd32/netbsd32_systrace_args.c | 2 +-
6 files changed, 14 insertions(+), 14 deletions(-)
diffs (104 lines):
diff -r 5122ef3a5dfc -r ef3bcd9e8b27 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h Sat Jan 18 14:02:18 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h Sat Jan 18 14:07:31 2020 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.147 2020/01/18 07:33:24 kamil Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.148 2020/01/18 14:07:31 pgoyette Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.130 2019/11/04 11:32:22 rin Exp
+ * created from NetBSD: syscalls.master,v 1.131 2020/01/18 07:33:24 kamil Exp
*/
#ifndef _NETBSD32_SYS_SYSCALL_H_
diff -r 5122ef3a5dfc -r ef3bcd9e8b27 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h Sat Jan 18 14:02:18 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h Sat Jan 18 14:07:31 2020 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.146 2020/01/18 07:33:24 kamil Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.147 2020/01/18 14:07:31 pgoyette Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.130 2019/11/04 11:32:22 rin Exp
+ * created from NetBSD: syscalls.master,v 1.131 2020/01/18 07:33:24 kamil Exp
*/
#ifndef _NETBSD32_SYS_SYSCALLARGS_H_
diff -r 5122ef3a5dfc -r ef3bcd9e8b27 sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c Sat Jan 18 14:02:18 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c Sat Jan 18 14:07:31 2020 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.146 2020/01/18 07:33:24 kamil Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.147 2020/01/18 14:07:31 pgoyette Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.130 2019/11/04 11:32:22 rin Exp
+ * created from NetBSD: syscalls.master,v 1.131 2020/01/18 07:33:24 kamil Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.146 2020/01/18 07:33:24 kamil Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.147 2020/01/18 14:07:31 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff -r 5122ef3a5dfc -r ef3bcd9e8b27 sys/compat/netbsd32/netbsd32_syscalls_autoload.c
--- a/sys/compat/netbsd32/netbsd32_syscalls_autoload.c Sat Jan 18 14:02:18 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls_autoload.c Sat Jan 18 14:07:31 2020 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.26 2020/01/18 07:33:24 kamil Exp $ */
+/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.27 2020/01/18 14:07:31 pgoyette Exp $ */
/*
* System call autoload table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.130 2019/11/04 11:32:22 rin Exp
+ * created from NetBSD: syscalls.master,v 1.131 2020/01/18 07:33:24 kamil Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.26 2020/01/18 07:33:24 kamil Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.27 2020/01/18 14:07:31 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
diff -r 5122ef3a5dfc -r ef3bcd9e8b27 sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c Sat Jan 18 14:02:18 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c Sat Jan 18 14:07:31 2020 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.145 2020/01/18 07:33:24 kamil Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.146 2020/01/18 14:07:31 pgoyette Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.130 2019/11/04 11:32:22 rin Exp
+ * created from NetBSD: syscalls.master,v 1.131 2020/01/18 07:33:24 kamil Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.145 2020/01/18 07:33:24 kamil Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.146 2020/01/18 14:07:31 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
diff -r 5122ef3a5dfc -r ef3bcd9e8b27 sys/compat/netbsd32/netbsd32_systrace_args.c
--- a/sys/compat/netbsd32/netbsd32_systrace_args.c Sat Jan 18 14:02:18 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_systrace_args.c Sat Jan 18 14:07:31 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_systrace_args.c,v 1.37 2020/01/18 07:33:24 kamil Exp $ */
+/* $NetBSD: netbsd32_systrace_args.c,v 1.38 2020/01/18 14:07:31 pgoyette Exp $ */
/*
* System call argument to DTrace register array converstion.
Home |
Main Index |
Thread Index |
Old Index