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/arm Regenerate after adding include of...
details: https://anonhg.NetBSD.org/src/rev/109c07231547
branches: trunk
changeset: 548586:109c07231547
user: he <he%NetBSD.org@localhost>
date: Sat Jun 28 07:56:51 2003 +0000
description:
Regenerate after adding include of linux_mmap.h.
diffstat:
sys/compat/linux/arch/arm/linux_syscall.h | 4 ++--
sys/compat/linux/arch/arm/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/arm/linux_syscalls.c | 7 ++++---
sys/compat/linux/arch/arm/linux_sysent.c | 7 ++++---
4 files changed, 12 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r 66dae8b4547d -r 109c07231547 sys/compat/linux/arch/arm/linux_syscall.h
--- a/sys/compat/linux/arch/arm/linux_syscall.h Sat Jun 28 07:55:08 2003 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscall.h Sat Jun 28 07:56:51 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.14 2003/06/23 21:26:30 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.15 2003/06/28 07:56:51 he Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.13 2003/06/23 21:25:56 christos Exp
+ * created from NetBSD: syscalls.master,v 1.14 2003/06/28 07:55:08 he Exp
*/
/* syscall: "nosys" ret: "int" args: */
diff -r 66dae8b4547d -r 109c07231547 sys/compat/linux/arch/arm/linux_syscallargs.h
--- a/sys/compat/linux/arch/arm/linux_syscallargs.h Sat Jun 28 07:55:08 2003 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscallargs.h Sat Jun 28 07:56:51 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.14 2003/06/23 21:26:31 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.15 2003/06/28 07:56:51 he Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.13 2003/06/23 21:25:56 christos Exp
+ * created from NetBSD: syscalls.master,v 1.14 2003/06/28 07:55:08 he Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
diff -r 66dae8b4547d -r 109c07231547 sys/compat/linux/arch/arm/linux_syscalls.c
--- a/sys/compat/linux/arch/arm/linux_syscalls.c Sat Jun 28 07:55:08 2003 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscalls.c Sat Jun 28 07:56:51 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.14 2003/06/23 21:26:33 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.15 2003/06/28 07:56:51 he Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.13 2003/06/23 21:25:56 christos Exp
+ * created from NetBSD: syscalls.master,v 1.14 2003/06/28 07:55:08 he Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.14 2003/06/23 21:26:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.15 2003/06/28 07:56:51 he Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@@ -22,6 +22,7 @@
#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/linux/common/linux_types.h>
+#include <compat/linux/common/linux_mmap.h>
#include <compat/linux/common/linux_signal.h>
#include <compat/linux/common/linux_siginfo.h>
#include <compat/linux/common/linux_machdep.h>
diff -r 66dae8b4547d -r 109c07231547 sys/compat/linux/arch/arm/linux_sysent.c
--- a/sys/compat/linux/arch/arm/linux_sysent.c Sat Jun 28 07:55:08 2003 +0000
+++ b/sys/compat/linux/arch/arm/linux_sysent.c Sat Jun 28 07:56:51 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.14 2003/06/23 21:26:33 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.15 2003/06/28 07:56:51 he Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.13 2003/06/23 21:25:56 christos Exp
+ * created from NetBSD: syscalls.master,v 1.14 2003/06/28 07:55:08 he Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.14 2003/06/23 21:26:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.15 2003/06/28 07:56:51 he Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_43.h"
@@ -21,6 +21,7 @@
#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/linux/common/linux_types.h>
+#include <compat/linux/common/linux_mmap.h>
#include <compat/linux/common/linux_signal.h>
#include <compat/linux/common/linux_siginfo.h>
#include <compat/linux/common/linux_machdep.h>
Home |
Main Index |
Thread Index |
Old Index