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)
This commit is contained in:
parent
0d6749fdd9
commit
167ec91e4b
|
@ -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.
|
* System call numbers.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* 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: */
|
/* syscall: "syscall" ret: "int" args: */
|
||||||
|
|
|
@ -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.
|
* System call argument lists.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* 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_
|
#ifndef _LINUX_SYS__SYSCALLARGS_H_
|
||||||
|
|
|
@ -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.
|
* System call names.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* 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)
|
#if defined(_KERNEL) && !defined(_LKM)
|
||||||
|
|
|
@ -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.
|
* System call switch table.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* 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)
|
#if defined(_KERNEL) && !defined(_LKM)
|
||||||
|
|
Loading…
Reference in New Issue