regenerate again to have correct source RCS Id
This commit is contained in:
parent
74709a8860
commit
65ace88efa
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pecoff_syscall.h,v 1.22 2006/07/13 21:31:31 martin Exp $ */
|
||||
/* $NetBSD: pecoff_syscall.h,v 1.23 2006/07/13 22:35:06 pavel Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.21 2006/06/29 05:58:00 pavel Exp
|
||||
* created from NetBSD: syscalls.master,v 1.22 2006/07/13 21:31:31 martin Exp
|
||||
*/
|
||||
|
||||
#ifndef _PECOFF_SYS_SYSCALL_H_
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pecoff_syscallargs.h,v 1.23 2006/07/13 21:31:31 martin Exp $ */
|
||||
/* $NetBSD: pecoff_syscallargs.h,v 1.24 2006/07/13 22:35:06 pavel Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.21 2006/06/29 05:58:00 pavel Exp
|
||||
* created from NetBSD: syscalls.master,v 1.22 2006/07/13 21:31:31 martin Exp
|
||||
*/
|
||||
|
||||
#ifndef _PECOFF_SYS_SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: pecoff_syscalls.c,v 1.22 2006/07/13 21:31:31 martin Exp $ */
|
||||
/* $NetBSD: pecoff_syscalls.c,v 1.23 2006/07/13 22:35:06 pavel Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.21 2006/06/29 05:58:00 pavel Exp
|
||||
* created from NetBSD: syscalls.master,v 1.22 2006/07/13 21:31:31 martin Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: pecoff_syscalls.c,v 1.22 2006/07/13 21:31:31 martin Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pecoff_syscalls.c,v 1.23 2006/07/13 22:35:06 pavel Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: pecoff_sysent.c,v 1.23 2006/07/13 21:31:31 martin Exp $ */
|
||||
/* $NetBSD: pecoff_sysent.c,v 1.24 2006/07/13 22:35:06 pavel Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.21 2006/06/29 05:58:00 pavel Exp
|
||||
* created from NetBSD: syscalls.master,v 1.22 2006/07/13 21:31:31 martin Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: pecoff_sysent.c,v 1.23 2006/07/13 21:31:31 martin Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pecoff_sysent.c,v 1.24 2006/07/13 22:35:06 pavel Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ktrace.h"
|
||||
|
|
Loading…
Reference in New Issue