From 167ec91e4bbb5fcb60a9787c0896db5e9963e053 Mon Sep 17 00:00:00 2001 From: manu Date: Sat, 20 Jan 2001 19:03:01 +0000 Subject: [PATCH] Fix the "created from" field of files generated from syscalls.master (this master file did not have a RCS Id at generation time, hence the problem) --- sys/compat/linux/arch/powerpc/linux_syscall.h | 4 ++-- sys/compat/linux/arch/powerpc/linux_syscallargs.h | 4 ++-- sys/compat/linux/arch/powerpc/linux_syscalls.c | 4 ++-- sys/compat/linux/arch/powerpc/linux_sysent.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/compat/linux/arch/powerpc/linux_syscall.h b/sys/compat/linux/arch/powerpc/linux_syscall.h index ccc1c1da288c..d86f11816858 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscall.h +++ b/sys/compat/linux/arch/powerpc/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.1 2001/01/19 01:31:25 manu Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.2 2001/01/20 19:03:01 manu Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD + * created from NetBSD: syscalls.master,v 1.1 2001/01/19 01:31:27 manu Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/linux/arch/powerpc/linux_syscallargs.h b/sys/compat/linux/arch/powerpc/linux_syscallargs.h index 4fba814cc2e4..c6f007aac4bd 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscallargs.h +++ b/sys/compat/linux/arch/powerpc/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.1 2001/01/19 01:31:26 manu Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.2 2001/01/20 19:03:01 manu Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD + * created from NetBSD: syscalls.master,v 1.1 2001/01/19 01:31:27 manu Exp */ #ifndef _LINUX_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/linux/arch/powerpc/linux_syscalls.c b/sys/compat/linux/arch/powerpc/linux_syscalls.c index d01d70a16a63..28748f37a3d5 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscalls.c +++ b/sys/compat/linux/arch/powerpc/linux_syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscalls.c,v 1.1 2001/01/19 01:36:51 manu Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.2 2001/01/20 19:03:01 manu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD + * created from NetBSD: syscalls.master,v 1.1 2001/01/19 01:31:27 manu Exp */ #if defined(_KERNEL) && !defined(_LKM) diff --git a/sys/compat/linux/arch/powerpc/linux_sysent.c b/sys/compat/linux/arch/powerpc/linux_sysent.c index 646f02498b97..9307d17e1d9a 100644 --- a/sys/compat/linux/arch/powerpc/linux_sysent.c +++ b/sys/compat/linux/arch/powerpc/linux_sysent.c @@ -1,10 +1,10 @@ -/* $NetBSD: linux_sysent.c,v 1.1 2001/01/19 01:36:51 manu Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.2 2001/01/20 19:03:01 manu Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD + * created from NetBSD: syscalls.master,v 1.1 2001/01/19 01:31:27 manu Exp */ #if defined(_KERNEL) && !defined(_LKM)