This commit is contained in:
christos 2011-11-18 04:20:16 +00:00
parent b2707ef3eb
commit 6f5d4fe4a7
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux32_syscall.h,v 1.64 2011/11/18 04:08:56 christos Exp $ */ /* $NetBSD: linux32_syscall.h,v 1.65 2011/11/18 04:20:16 christos 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: syscalls.master,v 1.59 2011/05/30 17:50:32 alnsn Exp * created from NetBSD: syscalls.master,v 1.60 2011/11/18 04:08:56 christos Exp
*/ */
#ifndef _LINUX32_SYS_SYSCALL_H_ #ifndef _LINUX32_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux32_syscallargs.h,v 1.64 2011/11/18 04:08:56 christos Exp $ */ /* $NetBSD: linux32_syscallargs.h,v 1.65 2011/11/18 04:20:16 christos 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: syscalls.master,v 1.59 2011/05/30 17:50:32 alnsn Exp * created from NetBSD: syscalls.master,v 1.60 2011/11/18 04:08:56 christos Exp
*/ */
#ifndef _LINUX32_SYS_SYSCALLARGS_H_ #ifndef _LINUX32_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux32_syscalls.c,v 1.64 2011/11/18 04:08:56 christos Exp $ */ /* $NetBSD: linux32_syscalls.c,v 1.65 2011/11/18 04:20:16 christos 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: syscalls.master,v 1.59 2011/05/30 17:50:32 alnsn Exp * created from NetBSD: syscalls.master,v 1.60 2011/11/18 04:08:56 christos Exp
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.64 2011/11/18 04:08:56 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.65 2011/11/18 04:20:16 christos Exp $");
#if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT)
#include <sys/param.h> #include <sys/param.h>

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux32_sysent.c,v 1.64 2011/11/18 04:08:56 christos Exp $ */ /* $NetBSD: linux32_sysent.c,v 1.65 2011/11/18 04:20:16 christos 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: syscalls.master,v 1.59 2011/05/30 17:50:32 alnsn Exp * created from NetBSD: syscalls.master,v 1.60 2011/11/18 04:08:56 christos Exp
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.64 2011/11/18 04:08:56 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.65 2011/11/18 04:20:16 christos Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/poll.h> #include <sys/poll.h>