regen
This commit is contained in:
parent
b9e6895bec
commit
21eb48bd8e
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: ultrix_syscall.h,v 1.57 2008/11/19 18:39:46 ad Exp $ */
|
||||
/* $NetBSD: ultrix_syscall.h,v 1.58 2009/01/13 22:16:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.47 2008/11/19 18:36:06 ad Exp
|
||||
* created from NetBSD: syscalls.master,v 1.48 2009/01/13 22:15:42 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _ULTRIX_SYS_SYSCALL_H_
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: ultrix_syscallargs.h,v 1.52 2008/11/19 18:39:46 ad Exp $ */
|
||||
/* $NetBSD: ultrix_syscallargs.h,v 1.53 2009/01/13 22:16:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.47 2008/11/19 18:36:06 ad Exp
|
||||
* created from NetBSD: syscalls.master,v 1.48 2009/01/13 22:15:42 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _ULTRIX_SYS_SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: ultrix_syscalls.c,v 1.56 2008/11/19 18:39:46 ad Exp $ */
|
||||
/* $NetBSD: ultrix_syscalls.c,v 1.57 2009/01/13 22:16:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.47 2008/11/19 18:36:06 ad Exp
|
||||
* created from NetBSD: syscalls.master,v 1.48 2009/01/13 22:15:42 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.56 2008/11/19 18:39:46 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.57 2009/01/13 22:16:11 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
@ -204,7 +204,7 @@ const char *const ultrix_syscallnames[] = {
|
|||
/* 167 */ "#167 (unimplemented)",
|
||||
/* 168 */ "quotactl",
|
||||
/* 169 */ "exportfs",
|
||||
/* 170 */ "#170 (unimplemented { int ultrix_sys_mount ( char * special , char * dir , int rdonly , int type , void * data ) ; })",
|
||||
/* 170 */ "#170 (unimplemented ultrix_sys_mount)",
|
||||
/* 171 */ "#171 (unimplemented 4 hdwconf)",
|
||||
/* 172 */ "#172 (unimplemented msgctl)",
|
||||
/* 173 */ "#173 (unimplemented msgget)",
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: ultrix_sysent.c,v 1.59 2008/11/19 18:39:46 ad Exp $ */
|
||||
/* $NetBSD: ultrix_sysent.c,v 1.60 2009/01/13 22:16:11 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.47 2008/11/19 18:36:06 ad Exp
|
||||
* created from NetBSD: syscalls.master,v 1.48 2009/01/13 22:15:42 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.59 2008/11/19 18:39:46 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.60 2009/01/13 22:16:11 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "fs_nfs.h"
|
||||
|
@ -381,7 +381,7 @@ struct sysent ultrix_sysent[] = {
|
|||
{ ns(struct ultrix_sys_exportfs_args), 0,
|
||||
(sy_call_t *)ultrix_sys_exportfs }, /* 169 = exportfs */
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 170 = unimplemented { int ultrix_sys_mount ( char * special , char * dir , int rdonly , int type , void * data ) ; } */
|
||||
sys_nosys }, /* 170 = unimplemented ultrix_sys_mount */
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 171 = unimplemented 4 hdwconf */
|
||||
{ 0, 0, 0,
|
||||
|
|
Loading…
Reference in New Issue