regen from syscalls.master r1.46

This commit is contained in:
hans 2008-06-19 12:29:34 +00:00
parent c1b31bd183
commit 58cba3df2d
4 changed files with 12 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: ultrix_syscall.h,v 1.55 2008/04/23 14:10:04 ad Exp $ */
/* $NetBSD: ultrix_syscall.h,v 1.56 2008/06/19 12:29:34 hans Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.45 2008/04/23 14:07:50 ad Exp
* created from NetBSD: syscalls.master,v 1.46 2008/06/19 12:28:12 hans Exp
*/
#ifndef _ULTRIX_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: ultrix_syscallargs.h,v 1.50 2008/04/23 14:10:04 ad Exp $ */
/* $NetBSD: ultrix_syscallargs.h,v 1.51 2008/06/19 12:29:34 hans Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.45 2008/04/23 14:07:50 ad Exp
* created from NetBSD: syscalls.master,v 1.46 2008/06/19 12:28:12 hans Exp
*/
#ifndef _ULTRIX_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: ultrix_syscalls.c,v 1.54 2008/04/23 14:10:04 ad Exp $ */
/* $NetBSD: ultrix_syscalls.c,v 1.55 2008/06/19 12:29:34 hans Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.45 2008/04/23 14:07:50 ad Exp
* created from NetBSD: syscalls.master,v 1.46 2008/06/19 12:28:12 hans Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.54 2008/04/23 14:10:04 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.55 2008/06/19 12:29:34 hans Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -19,6 +19,7 @@ __KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.54 2008/04/23 14:10:04 ad Exp
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/sched.h>
#include <sys/syscallargs.h>
#include <compat/ultrix/ultrix_syscallargs.h>
#endif /* _KERNEL_OPT */

View File

@ -1,14 +1,14 @@
/* $NetBSD: ultrix_sysent.c,v 1.57 2008/04/23 14:10:04 ad Exp $ */
/* $NetBSD: ultrix_sysent.c,v 1.58 2008/06/19 12:29:34 hans Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.45 2008/04/23 14:07:50 ad Exp
* created from NetBSD: syscalls.master,v 1.46 2008/06/19 12:28:12 hans Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.57 2008/04/23 14:10:04 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.58 2008/06/19 12:29:34 hans Exp $");
#if defined(_KERNEL_OPT)
#include "opt_nfsserver.h"
@ -18,6 +18,7 @@ __KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.57 2008/04/23 14:10:04 ad Exp $"
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/sched.h>
#include <sys/syscallargs.h>
#include <compat/ultrix/ultrix_syscallargs.h>