Regen to prove I didn't screw up the conversion: purely RCSID changes.

This commit is contained in:
pooka 2009-01-13 22:33:11 +00:00
parent 2758ac8cf1
commit 09ba2d6689
40 changed files with 96 additions and 96 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: mach_fasttraps_syscall.h,v 1.12 2007/12/20 23:10:48 dsl Exp $ */
/* $NetBSD: mach_fasttraps_syscall.h,v 1.13 2009/01/13 22:33:11 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2007/02/09 21:55:22 ad Exp
* created from NetBSD: syscalls.master,v 1.8 2009/01/13 22:27:43 pooka Exp
*/
#ifndef _MACH_FASTTRAPS_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: mach_fasttraps_syscallargs.h,v 1.12 2007/12/20 23:10:48 dsl Exp $ */
/* $NetBSD: mach_fasttraps_syscallargs.h,v 1.13 2009/01/13 22:33:11 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2007/02/09 21:55:22 ad Exp
* created from NetBSD: syscalls.master,v 1.8 2009/01/13 22:27:43 pooka Exp
*/
#ifndef _MACH_FASTTRAPS_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: mach_fasttraps_syscalls.c,v 1.13 2007/12/20 23:10:48 dsl Exp $ */
/* $NetBSD: mach_fasttraps_syscalls.c,v 1.14 2009/01/13 22:33:11 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2007/02/09 21:55:22 ad Exp
* created from NetBSD: syscalls.master,v 1.8 2009/01/13 22:27:43 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_syscalls.c,v 1.13 2007/12/20 23:10:48 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_syscalls.c,v 1.14 2009/01/13 22:33:11 pooka Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,14 +1,14 @@
/* $NetBSD: mach_fasttraps_sysent.c,v 1.13 2007/12/20 23:10:49 dsl Exp $ */
/* $NetBSD: mach_fasttraps_sysent.c,v 1.14 2009/01/13 22:33:11 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2007/02/09 21:55:22 ad Exp
* created from NetBSD: syscalls.master,v 1.8 2009/01/13 22:27:43 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_sysent.c,v 1.13 2007/12/20 23:10:49 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_sysent.c,v 1.14 2009/01/13 22:33:11 pooka Exp $");
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mach_ppccalls_syscall.h,v 1.7 2007/12/20 23:10:49 dsl Exp $ */
/* $NetBSD: mach_ppccalls_syscall.h,v 1.8 2009/01/13 22:33:11 pooka Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: mach_ppccalls_syscallargs.h,v 1.7 2007/12/20 23:10:49 dsl Exp $ */
/* $NetBSD: mach_ppccalls_syscallargs.h,v 1.8 2009/01/13 22:33:11 pooka Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: mach_ppccalls_syscalls.c,v 1.8 2007/12/20 23:10:49 dsl Exp $ */
/* $NetBSD: mach_ppccalls_syscalls.c,v 1.9 2009/01/13 22:33:11 pooka Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach_ppccalls_syscalls.c,v 1.8 2007/12/20 23:10:49 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: mach_ppccalls_syscalls.c,v 1.9 2009/01/13 22:33:11 pooka Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mach_ppccalls_sysent.c,v 1.8 2007/12/20 23:10:49 dsl Exp $ */
/* $NetBSD: mach_ppccalls_sysent.c,v 1.9 2009/01/13 22:33:11 pooka Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach_ppccalls_sysent.c,v 1.8 2007/12/20 23:10:49 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: mach_ppccalls_sysent.c,v 1.9 2009/01/13 22:33:11 pooka Exp $");
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscall.h,v 1.84 2009/01/13 21:49:16 pooka Exp $ */
/* $NetBSD: netbsd32_syscall.h,v 1.85 2009/01/13 22:33:11 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.76 2009/01/13 21:48:35 pooka Exp
* created from NetBSD: syscalls.master,v 1.77 2009/01/13 22:27:43 pooka Exp
*/
#ifndef _NETBSD32_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscallargs.h,v 1.84 2009/01/13 21:49:16 pooka Exp $ */
/* $NetBSD: netbsd32_syscallargs.h,v 1.85 2009/01/13 22:33:11 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.76 2009/01/13 21:48:35 pooka Exp
* created from NetBSD: syscalls.master,v 1.77 2009/01/13 22:27:43 pooka Exp
*/
#ifndef _NETBSD32_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: netbsd32_syscalls.c,v 1.83 2009/01/13 21:49:16 pooka Exp $ */
/* $NetBSD: netbsd32_syscalls.c,v 1.84 2009/01/13 22:33:11 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.76 2009/01/13 21:48:35 pooka Exp
* created from NetBSD: syscalls.master,v 1.77 2009/01/13 22:27:43 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.83 2009/01/13 21:49:16 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.84 2009/01/13 22:33:11 pooka Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: netbsd32_sysent.c,v 1.83 2009/01/13 21:49:17 pooka Exp $ */
/* $NetBSD: netbsd32_sysent.c,v 1.84 2009/01/13 22:33:11 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.76 2009/01/13 21:48:35 pooka Exp
* created from NetBSD: syscalls.master,v 1.77 2009/01/13 22:27:43 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.83 2009/01/13 21:49:17 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.84 2009/01/13 22:33:11 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: osf1_syscall.h,v 1.58 2008/12/02 13:45:40 njoly Exp $ */
/* $NetBSD: osf1_syscall.h,v 1.59 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.47 2008/12/02 13:45:02 njoly Exp
* created from NetBSD: syscalls.master,v 1.48 2009/01/13 22:27:43 pooka Exp
*/
#ifndef _OSF1_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: osf1_syscallargs.h,v 1.59 2008/12/02 13:45:40 njoly Exp $ */
/* $NetBSD: osf1_syscallargs.h,v 1.60 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.47 2008/12/02 13:45:02 njoly Exp
* created from NetBSD: syscalls.master,v 1.48 2009/01/13 22:27:43 pooka Exp
*/
#ifndef _OSF1_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: osf1_syscalls.c,v 1.57 2008/12/02 13:45:40 njoly Exp $ */
/* $NetBSD: osf1_syscalls.c,v 1.58 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.47 2008/12/02 13:45:02 njoly Exp
* created from NetBSD: syscalls.master,v 1.48 2009/01/13 22:27:43 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: osf1_syscalls.c,v 1.57 2008/12/02 13:45:40 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: osf1_syscalls.c,v 1.58 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: osf1_sysent.c,v 1.59 2008/12/02 13:45:40 njoly Exp $ */
/* $NetBSD: osf1_sysent.c,v 1.60 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.47 2008/12/02 13:45:02 njoly Exp
* created from NetBSD: syscalls.master,v 1.48 2009/01/13 22:27:43 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: osf1_sysent.c,v 1.59 2008/12/02 13:45:40 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: osf1_sysent.c,v 1.60 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_43.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: sunos_syscall.h,v 1.83 2009/01/13 22:00:48 pooka Exp $ */
/* $NetBSD: sunos_syscall.h,v 1.84 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.73 2009/01/13 21:57:55 pooka Exp
* created from NetBSD: syscalls.master,v 1.74 2009/01/13 22:27:43 pooka Exp
*/
#ifndef _SUNOS_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: sunos_syscallargs.h,v 1.67 2009/01/13 22:00:48 pooka Exp $ */
/* $NetBSD: sunos_syscallargs.h,v 1.68 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.73 2009/01/13 21:57:55 pooka Exp
* created from NetBSD: syscalls.master,v 1.74 2009/01/13 22:27:43 pooka Exp
*/
#ifndef _SUNOS_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: sunos_syscalls.c,v 1.82 2009/01/13 22:00:48 pooka Exp $ */
/* $NetBSD: sunos_syscalls.c,v 1.83 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.73 2009/01/13 21:57:55 pooka Exp
* created from NetBSD: syscalls.master,v 1.74 2009/01/13 22:27:43 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos_syscalls.c,v 1.82 2009/01/13 22:00:48 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos_syscalls.c,v 1.83 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: sunos_sysent.c,v 1.78 2009/01/13 22:00:48 pooka Exp $ */
/* $NetBSD: sunos_sysent.c,v 1.79 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.73 2009/01/13 21:57:55 pooka Exp
* created from NetBSD: syscalls.master,v 1.74 2009/01/13 22:27:43 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos_sysent.c,v 1.78 2009/01/13 22:00:48 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos_sysent.c,v 1.79 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: sunos32_syscall.h,v 1.24 2009/01/13 22:03:39 pooka Exp $ */
/* $NetBSD: sunos32_syscall.h,v 1.25 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from; NetBSD: syscalls.master,v 1.19 2009/01/13 22:03:12 pooka Exp
* created from; NetBSD: syscalls.master,v 1.20 2009/01/13 22:27:44 pooka Exp
*/
#ifndef _SUNOS32_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: sunos32_syscallargs.h,v 1.23 2009/01/13 22:03:39 pooka Exp $ */
/* $NetBSD: sunos32_syscallargs.h,v 1.24 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from; NetBSD: syscalls.master,v 1.19 2009/01/13 22:03:12 pooka Exp
* created from; NetBSD: syscalls.master,v 1.20 2009/01/13 22:27:44 pooka Exp
*/
#ifndef _SUNOS32_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: sunos32_syscalls.c,v 1.23 2009/01/13 22:03:39 pooka Exp $ */
/* $NetBSD: sunos32_syscalls.c,v 1.24 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from; NetBSD: syscalls.master,v 1.19 2009/01/13 22:03:12 pooka Exp
* created from; NetBSD: syscalls.master,v 1.20 2009/01/13 22:27:44 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.23 2009/01/13 22:03:39 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.24 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: sunos32_sysent.c,v 1.25 2009/01/13 22:03:39 pooka Exp $ */
/* $NetBSD: sunos32_sysent.c,v 1.26 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from; NetBSD: syscalls.master,v 1.19 2009/01/13 22:03:12 pooka Exp
* created from; NetBSD: syscalls.master,v 1.20 2009/01/13 22:27:44 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.25 2009/01/13 22:03:39 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.26 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_syscall.h,v 1.82 2009/01/13 22:08:59 pooka Exp $ */
/* $NetBSD: svr4_syscall.h,v 1.83 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.60 2009/01/13 22:08:30 pooka Exp
* created from NetBSD: syscalls.master,v 1.61 2009/01/13 22:27:44 pooka Exp
*/
#ifndef _SVR4_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_syscallargs.h,v 1.81 2009/01/13 22:08:59 pooka Exp $ */
/* $NetBSD: svr4_syscallargs.h,v 1.82 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.60 2009/01/13 22:08:30 pooka Exp
* created from NetBSD: syscalls.master,v 1.61 2009/01/13 22:27:44 pooka Exp
*/
#ifndef _SVR4_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: svr4_syscalls.c,v 1.82 2009/01/13 22:08:59 pooka Exp $ */
/* $NetBSD: svr4_syscalls.c,v 1.83 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.60 2009/01/13 22:08:30 pooka Exp
* created from NetBSD: syscalls.master,v 1.61 2009/01/13 22:27:44 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_syscalls.c,v 1.82 2009/01/13 22:08:59 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_syscalls.c,v 1.83 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: svr4_sysent.c,v 1.85 2009/01/13 22:08:59 pooka Exp $ */
/* $NetBSD: svr4_sysent.c,v 1.86 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.60 2009/01/13 22:08:30 pooka Exp
* created from NetBSD: syscalls.master,v 1.61 2009/01/13 22:27:44 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_sysent.c,v 1.85 2009/01/13 22:08:59 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_sysent.c,v 1.86 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_32_syscall.h,v 1.19 2009/01/13 22:11:32 pooka Exp $ */
/* $NetBSD: svr4_32_syscall.h,v 1.20 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.18 2009/01/13 22:10:58 pooka Exp
* created from NetBSD: syscalls.master,v 1.19 2009/01/13 22:27:44 pooka Exp
*/
#ifndef _SVR4_32_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_32_syscallargs.h,v 1.19 2009/01/13 22:11:32 pooka Exp $ */
/* $NetBSD: svr4_32_syscallargs.h,v 1.20 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.18 2009/01/13 22:10:58 pooka Exp
* created from NetBSD: syscalls.master,v 1.19 2009/01/13 22:27:44 pooka Exp
*/
#ifndef _SVR4_32_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: svr4_32_syscalls.c,v 1.19 2009/01/13 22:11:32 pooka Exp $ */
/* $NetBSD: svr4_32_syscalls.c,v 1.20 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.18 2009/01/13 22:10:58 pooka Exp
* created from NetBSD: syscalls.master,v 1.19 2009/01/13 22:27:44 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_32_syscalls.c,v 1.19 2009/01/13 22:11:32 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_32_syscalls.c,v 1.20 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: svr4_32_sysent.c,v 1.20 2009/01/13 22:11:32 pooka Exp $ */
/* $NetBSD: svr4_32_sysent.c,v 1.21 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.18 2009/01/13 22:10:58 pooka Exp
* created from NetBSD: syscalls.master,v 1.19 2009/01/13 22:27:44 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_32_sysent.c,v 1.20 2009/01/13 22:11:32 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_32_sysent.c,v 1.21 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: ultrix_syscall.h,v 1.58 2009/01/13 22:16:11 pooka Exp $ */
/* $NetBSD: ultrix_syscall.h,v 1.59 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.48 2009/01/13 22:15:42 pooka Exp
* created from NetBSD: syscalls.master,v 1.49 2009/01/13 22:27:44 pooka Exp
*/
#ifndef _ULTRIX_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: ultrix_syscallargs.h,v 1.53 2009/01/13 22:16:11 pooka Exp $ */
/* $NetBSD: ultrix_syscallargs.h,v 1.54 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.48 2009/01/13 22:15:42 pooka Exp
* created from NetBSD: syscalls.master,v 1.49 2009/01/13 22:27:44 pooka Exp
*/
#ifndef _ULTRIX_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: ultrix_syscalls.c,v 1.57 2009/01/13 22:16:11 pooka Exp $ */
/* $NetBSD: ultrix_syscalls.c,v 1.58 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.48 2009/01/13 22:15:42 pooka Exp
* created from NetBSD: syscalls.master,v 1.49 2009/01/13 22:27:44 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.57 2009/01/13 22:16:11 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.58 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: ultrix_sysent.c,v 1.60 2009/01/13 22:16:11 pooka Exp $ */
/* $NetBSD: ultrix_sysent.c,v 1.61 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.48 2009/01/13 22:15:42 pooka Exp
* created from NetBSD: syscalls.master,v 1.49 2009/01/13 22:27:44 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.60 2009/01/13 22:16:11 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.61 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "fs_nfs.h"

View File

@ -1,14 +1,14 @@
/* $NetBSD: init_sysent.c,v 1.237 2009/01/11 19:41:12 christos Exp $ */
/* $NetBSD: init_sysent.c,v 1.238 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.220 2009/01/11 19:40:38 christos Exp
* created from NetBSD: syscalls.master,v 1.221 2009/01/13 22:27:44 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.237 2009/01/11 19:41:12 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.238 2009/01/13 22:33:17 pooka Exp $");
#include "opt_ntp.h"
#include "opt_sysv.h"

View File

@ -1,14 +1,14 @@
/* $NetBSD: syscalls.c,v 1.228 2009/01/11 19:41:12 christos Exp $ */
/* $NetBSD: syscalls.c,v 1.229 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.220 2009/01/11 19:40:38 christos Exp
* created from NetBSD: syscalls.master,v 1.221 2009/01/13 22:27:44 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.228 2009/01/11 19:41:12 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.229 2009/01/13 22:33:17 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.225 2009/01/11 19:41:12 christos Exp $ */
/* $NetBSD: syscall.h,v 1.226 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.220 2009/01/11 19:40:38 christos Exp
* created from NetBSD: syscalls.master,v 1.221 2009/01/13 22:27:44 pooka Exp
*/
#ifndef _SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.207 2009/01/11 19:41:12 christos Exp $ */
/* $NetBSD: syscallargs.h,v 1.208 2009/01/13 22:33:17 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.220 2009/01/11 19:40:38 christos Exp
* created from NetBSD: syscalls.master,v 1.221 2009/01/13 22:27:44 pooka Exp
*/
#ifndef _SYS_SYSCALLARGS_H_