Regen
This commit is contained in:
parent
b7432513dc
commit
ce7e36a5a9
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscall.h,v 1.12 2006/06/25 16:15:39 manu Exp $ */
|
||||
/* $NetBSD: linux_syscall.h,v 1.13 2006/06/25 16:16:52 manu Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 2006/06/10 21:15:33 christos Exp
|
||||
* created from NetBSD: syscalls.master,v 1.12 2006/06/25 16:15:39 manu Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYS_SYSCALL_H_
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscallargs.h,v 1.12 2006/06/25 16:15:39 manu Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.13 2006/06/25 16:16:52 manu Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 2006/06/10 21:15:33 christos Exp
|
||||
* created from NetBSD: syscalls.master,v 1.12 2006/06/25 16:15:39 manu Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYS_SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: linux_syscalls.c,v 1.12 2006/06/25 16:15:39 manu Exp $ */
|
||||
/* $NetBSD: linux_syscalls.c,v 1.13 2006/06/25 16:16:52 manu Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 2006/06/10 21:15:33 christos Exp
|
||||
* created from NetBSD: syscalls.master,v 1.12 2006/06/25 16:15:39 manu Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.12 2006/06/25 16:15:39 manu Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.13 2006/06/25 16:16:52 manu Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: linux_sysent.c,v 1.12 2006/06/25 16:15:39 manu Exp $ */
|
||||
/* $NetBSD: linux_sysent.c,v 1.13 2006/06/25 16:16:52 manu Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 2006/06/10 21:15:33 christos Exp
|
||||
* created from NetBSD: syscalls.master,v 1.12 2006/06/25 16:15:39 manu Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.12 2006/06/25 16:15:39 manu Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.13 2006/06/25 16:16:52 manu Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_sysv.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux32_syscall.h,v 1.4 2006/06/25 16:15:39 manu Exp $ */
|
||||
/* $NetBSD: linux32_syscall.h,v 1.5 2006/06/25 16:16:52 manu Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.2 2006/02/15 15:23:18 manu Exp
|
||||
* created from NetBSD: syscalls.master,v 1.3 2006/06/25 16:15:39 manu Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX32_SYS_SYSCALL_H_
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux32_syscallargs.h,v 1.4 2006/06/25 16:15:39 manu Exp $ */
|
||||
/* $NetBSD: linux32_syscallargs.h,v 1.5 2006/06/25 16:16:52 manu Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.2 2006/02/15 15:23:18 manu Exp
|
||||
* created from NetBSD: syscalls.master,v 1.3 2006/06/25 16:15:39 manu Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX32_SYS_SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: linux32_syscalls.c,v 1.4 2006/06/25 16:15:39 manu Exp $ */
|
||||
/* $NetBSD: linux32_syscalls.c,v 1.5 2006/06/25 16:16:52 manu Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.2 2006/02/15 15:23:18 manu Exp
|
||||
* created from NetBSD: syscalls.master,v 1.3 2006/06/25 16:15:39 manu Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.4 2006/06/25 16:15:39 manu Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.5 2006/06/25 16:16:52 manu Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: linux32_sysent.c,v 1.4 2006/06/25 16:15:39 manu Exp $ */
|
||||
/* $NetBSD: linux32_sysent.c,v 1.5 2006/06/25 16:16:52 manu Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.2 2006/02/15 15:23:18 manu Exp
|
||||
* created from NetBSD: syscalls.master,v 1.3 2006/06/25 16:15:39 manu Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.4 2006/06/25 16:15:39 manu Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.5 2006/06/25 16:16:52 manu Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_compat_43.h"
|
||||
|
|
Loading…
Reference in New Issue