This commit is contained in:
martin 2006-07-13 23:10:40 +00:00
parent 9cb0d9a9d8
commit f8fef2f801
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscall.h,v 1.55 2006/07/13 12:00:25 martin Exp $ */
/* $NetBSD: netbsd32_syscall.h,v 1.56 2006/07/13 23:10:40 martin Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.48 2006/06/26 21:23:57 mrg Exp
* created from NetBSD: syscalls.master,v 1.49 2006/07/13 12:00:25 martin Exp
*/
#ifndef _netbsd32_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscallargs.h,v 1.55 2006/07/13 12:00:25 martin Exp $ */
/* $NetBSD: netbsd32_syscallargs.h,v 1.56 2006/07/13 23:10:40 martin Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.48 2006/06/26 21:23:57 mrg Exp
* created from NetBSD: syscalls.master,v 1.49 2006/07/13 12:00:25 martin Exp
*/
#ifndef _netbsd32_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: netbsd32_syscalls.c,v 1.55 2006/07/13 12:00:25 martin Exp $ */
/* $NetBSD: netbsd32_syscalls.c,v 1.56 2006/07/13 23:10:40 martin Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.48 2006/06/26 21:23:57 mrg Exp
* created from NetBSD: syscalls.master,v 1.49 2006/07/13 12:00:25 martin Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.55 2006/07/13 12:00:25 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.56 2006/07/13 23:10:40 martin Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: netbsd32_sysent.c,v 1.55 2006/07/13 12:00:25 martin Exp $ */
/* $NetBSD: netbsd32_sysent.c,v 1.56 2006/07/13 23:10:40 martin Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.48 2006/06/26 21:23:57 mrg Exp
* created from NetBSD: syscalls.master,v 1.49 2006/07/13 12:00:25 martin Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.55 2006/07/13 12:00:25 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.56 2006/07/13 23:10:40 martin Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"