regen
This commit is contained in:
parent
3a4f78636f
commit
b03c54f812
@ -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: */
|
||||
|
@ -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_
|
||||
|
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user