Regen for correct RCS IDs.

This commit is contained in:
thorpej 2003-01-18 23:36:09 +00:00
parent 6f62ffcd13
commit 9509ca1682
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.45 2003/01/18 08:06:20 thorpej Exp $ */
/* $NetBSD: linux_syscall.h,v 1.46 2003/01/18 23:36:09 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.64 2003/01/18 08:02:48 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.45 2003/01/18 08:06:20 thorpej Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.46 2003/01/18 23:36:10 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.64 2003/01/18 08:02:48 thorpej Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_syscalls.c,v 1.46 2003/01/18 08:06:20 thorpej Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.47 2003/01/18 23:36:10 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.64 2003/01/18 08:02:48 thorpej Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.46 2003/01/18 08:06:20 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.47 2003/01/18 23:36:10 thorpej Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_sysent.c,v 1.45 2003/01/18 08:06:20 thorpej Exp $ */
/* $NetBSD: linux_sysent.c,v 1.46 2003/01/18 23:36:10 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.64 2003/01/18 08:02:48 thorpej Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.45 2003/01/18 08:06:20 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.46 2003/01/18 23:36:10 thorpej Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_43.h"