summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2003-01-18 23:34:34 +0000
committerthorpej <thorpej@NetBSD.org>2003-01-18 23:34:34 +0000
commit6f62ffcd137ab54d7439ce848cdfa36231ac63db (patch)
treee1c52368694ac4da1e78972368a62b42c8a7d6ee /sys/compat/linux
parenta03cb2b851d2202667a157361db1c1ed74ebe52b (diff)
Regen to get correct RCS IDs.
Diffstat (limited to 'sys/compat/linux')
-rw-r--r--sys/compat/linux/arch/arm/linux_syscall.h4
-rw-r--r--sys/compat/linux/arch/arm/linux_syscallargs.h4
-rw-r--r--sys/compat/linux/arch/arm/linux_syscalls.c6
-rw-r--r--sys/compat/linux/arch/arm/linux_sysent.c6
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/compat/linux/arch/arm/linux_syscall.h b/sys/compat/linux/arch/arm/linux_syscall.h
index f55dd88054f..44ea920ba0a 100644
--- a/sys/compat/linux/arch/arm/linux_syscall.h
+++ b/sys/compat/linux/arch/arm/linux_syscall.h
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.12 2003/01/18 08:05:53 thorpej Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.13 2003/01/18 23:34:34 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD
+ * created from NetBSD: syscalls.master,v 1.12 2003/01/18 08:02:47 thorpej Exp
*/
/* syscall: "nosys" ret: "int" args: */
diff --git a/sys/compat/linux/arch/arm/linux_syscallargs.h b/sys/compat/linux/arch/arm/linux_syscallargs.h
index a2abc47c5e5..3037430b097 100644
--- a/sys/compat/linux/arch/arm/linux_syscallargs.h
+++ b/sys/compat/linux/arch/arm/linux_syscallargs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.12 2003/01/18 08:05:53 thorpej Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.13 2003/01/18 23:34:34 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD
+ * created from NetBSD: syscalls.master,v 1.12 2003/01/18 08:02:47 thorpej Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
diff --git a/sys/compat/linux/arch/arm/linux_syscalls.c b/sys/compat/linux/arch/arm/linux_syscalls.c
index 64ddb708d65..bb6ab57ad29 100644
--- a/sys/compat/linux/arch/arm/linux_syscalls.c
+++ b/sys/compat/linux/arch/arm/linux_syscalls.c
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.12 2003/01/18 08:05:53 thorpej Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.13 2003/01/18 23:34:34 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD
+ * created from NetBSD: syscalls.master,v 1.12 2003/01/18 08:02:47 thorpej Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.12 2003/01/18 08:05:53 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.13 2003/01/18 23:34:34 thorpej Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff --git a/sys/compat/linux/arch/arm/linux_sysent.c b/sys/compat/linux/arch/arm/linux_sysent.c
index 1bb81170433..f12d0c0cbd4 100644
--- a/sys/compat/linux/arch/arm/linux_sysent.c
+++ b/sys/compat/linux/arch/arm/linux_sysent.c
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.12 2003/01/18 08:05:53 thorpej Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.13 2003/01/18 23:34:34 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD
+ * created from NetBSD: syscalls.master,v 1.12 2003/01/18 08:02:47 thorpej Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.12 2003/01/18 08:05:53 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.13 2003/01/18 23:34:34 thorpej Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_43.h"