This commit is contained in:
christos 2002-02-15 16:50:58 +00:00
parent 3a4f78636f
commit b03c54f812
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.41 2002/02/15 16:48:00 christos Exp $ */
/* $NetBSD: linux_syscall.h,v 1.42 2002/02/15 16:50:58 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.60 2001/09/30 20:44:50 manu Exp
* created from NetBSD: syscalls.master,v 1.61 2002/02/15 16:48:00 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.41 2002/02/15 16:48:00 christos Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.42 2002/02/15 16:50:58 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.60 2001/09/30 20:44:50 manu Exp
* created from NetBSD: syscalls.master,v 1.61 2002/02/15 16:48:00 christos Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_syscalls.c,v 1.42 2002/02/15 16:48:00 christos Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.43 2002/02/15 16:50:58 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.60 2001/09/30 20:44:50 manu Exp
* created from NetBSD: syscalls.master,v 1.61 2002/02/15 16:48:00 christos Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.42 2002/02/15 16:48:00 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.43 2002/02/15 16:50:58 christos Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_sysent.c,v 1.41 2002/02/15 16:48:00 christos Exp $ */
/* $NetBSD: linux_sysent.c,v 1.42 2002/02/15 16:50:58 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.60 2001/09/30 20:44:50 manu Exp
* created from NetBSD: syscalls.master,v 1.61 2002/02/15 16:48:00 christos Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.41 2002/02/15 16:48:00 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.42 2002/02/15 16:50:58 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_43.h"