Regen syscall tables. I forgot to do it after revivesa. While pooka

did some, not all are regenerated. Do them all at once for consistency.
This commit is contained in:
wrstuden 2008-10-16 20:12:23 +00:00
parent 298c5ac7ad
commit 7e10f527c2
6 changed files with 13 additions and 13 deletions

View File

@ -1,14 +1,14 @@
/* $NetBSD: init_sysent.c,v 1.228 2008/10/15 06:51:20 wrstuden Exp $ */
/* $NetBSD: init_sysent.c,v 1.229 2008/10/16 20:12:23 wrstuden Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.200.4.2 2008/05/14 01:35:14 wrstuden Exp
* created from NetBSD: syscalls.master,v 1.211 2008/10/16 19:30:49 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.228 2008/10/15 06:51:20 wrstuden Exp $");
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.229 2008/10/16 20:12:23 wrstuden Exp $");
#include "opt_nfsserver.h"
#include "opt_ntp.h"

View File

@ -1,14 +1,14 @@
/* $NetBSD: syscalls.c,v 1.219 2008/10/15 06:51:20 wrstuden Exp $ */
/* $NetBSD: syscalls.c,v 1.220 2008/10/16 20:12:23 wrstuden Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.200.4.2 2008/05/14 01:35:14 wrstuden Exp
* created from NetBSD: syscalls.master,v 1.211 2008/10/16 19:30:49 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.219 2008/10/15 06:51:20 wrstuden Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.220 2008/10/16 20:12:23 wrstuden Exp $");
#if defined(_KERNEL_OPT)
#include "opt_nfsserver.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rump_syscalls.c,v 1.19 2008/10/16 19:33:11 pooka Exp $ */
/* $NetBSD: rump_syscalls.c,v 1.20 2008/10/16 20:12:23 wrstuden Exp $ */
/*
* System call marshalling for rump.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.19 2008/10/16 19:33:11 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.20 2008/10/16 20:12:23 wrstuden Exp $");
#include <sys/types.h>
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rump_syscalls.h,v 1.19 2008/10/16 19:33:11 pooka Exp $ */
/* $NetBSD: rump_syscalls.h,v 1.20 2008/10/16 20:12:23 wrstuden Exp $ */
/*
* System call protos in rump namespace.

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.216 2008/10/15 06:51:21 wrstuden Exp $ */
/* $NetBSD: syscall.h,v 1.217 2008/10/16 20:12:23 wrstuden Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.200.4.2 2008/05/14 01:35:14 wrstuden Exp
* created from NetBSD: syscalls.master,v 1.211 2008/10/16 19:30:49 pooka Exp
*/
#ifndef _SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.198 2008/10/15 06:51:21 wrstuden Exp $ */
/* $NetBSD: syscallargs.h,v 1.199 2008/10/16 20:12:23 wrstuden Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.200.4.2 2008/05/14 01:35:14 wrstuden Exp
* created from NetBSD: syscalls.master,v 1.211 2008/10/16 19:30:49 pooka Exp
*/
#ifndef _SYS_SYSCALLARGS_H_