This commit is contained in:
christos 2008-06-16 01:00:21 +00:00
parent 9d4479f7e9
commit 09e715922e
4 changed files with 11 additions and 11 deletions

View File

@ -1,14 +1,14 @@
/* $NetBSD: init_sysent.c,v 1.225 2008/06/16 00:54:53 uebayasi Exp $ */
/* $NetBSD: init_sysent.c,v 1.226 2008/06/16 01:00:21 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.202 2008/06/16 00:31:17 christos Exp
* created from NetBSD: syscalls.master,v 1.203 2008/06/16 00:54:10 christos Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.225 2008/06/16 00:54:53 uebayasi Exp $");
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.226 2008/06/16 01:00:21 christos Exp $");
#include "opt_nfsserver.h"
#include "opt_ntp.h"

View File

@ -1,14 +1,14 @@
/* $NetBSD: syscalls.c,v 1.216 2008/06/16 00:32:23 christos Exp $ */
/* $NetBSD: syscalls.c,v 1.217 2008/06/16 01:00:21 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.202 2008/06/16 00:31:17 christos Exp
* created from NetBSD: syscalls.master,v 1.203 2008/06/16 00:54:10 christos Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.216 2008/06/16 00:32:23 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.217 2008/06/16 01:00:21 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_nfsserver.h"
@ -24,7 +24,7 @@ __KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.216 2008/06/16 00:32:23 christos Exp
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/syscallargs.h>
#incluse <sys/sched.h>
#include <sys/sched.h>
#endif /* _KERNEL_OPT */
const char *const syscallnames[] = {

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.213 2008/06/16 00:32:23 christos Exp $ */
/* $NetBSD: syscall.h,v 1.214 2008/06/16 01:00:21 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.202 2008/06/16 00:31:17 christos Exp
* created from NetBSD: syscalls.master,v 1.203 2008/06/16 00:54:10 christos Exp
*/
#ifndef _SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.195 2008/06/16 00:32:23 christos Exp $ */
/* $NetBSD: syscallargs.h,v 1.196 2008/06/16 01:00:21 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.202 2008/06/16 00:31:17 christos Exp
* created from NetBSD: syscalls.master,v 1.203 2008/06/16 00:54:10 christos Exp
*/
#ifndef _SYS_SYSCALLARGS_H_