regen
This commit is contained in:
parent
70917e36da
commit
c2f114970c
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: sunos32_syscall.h,v 1.23 2009/01/11 13:16:34 nakayama Exp $ */
|
||||
/* $NetBSD: sunos32_syscall.h,v 1.24 2009/01/13 22:03:39 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; NetBSD: syscalls.master,v 1.18 2009/01/11 13:14:14 nakayama Exp
|
||||
* created from; NetBSD: syscalls.master,v 1.19 2009/01/13 22:03:12 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _SUNOS32_SYS_SYSCALL_H_
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: sunos32_syscallargs.h,v 1.22 2009/01/11 13:16:34 nakayama Exp $ */
|
||||
/* $NetBSD: sunos32_syscallargs.h,v 1.23 2009/01/13 22:03:39 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; NetBSD: syscalls.master,v 1.18 2009/01/11 13:14:14 nakayama Exp
|
||||
* created from; NetBSD: syscalls.master,v 1.19 2009/01/13 22:03:12 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _SUNOS32_SYS_SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: sunos32_syscalls.c,v 1.22 2009/01/11 13:16:34 nakayama Exp $ */
|
||||
/* $NetBSD: sunos32_syscalls.c,v 1.23 2009/01/13 22:03:39 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; NetBSD: syscalls.master,v 1.18 2009/01/11 13:14:14 nakayama Exp
|
||||
* created from; NetBSD: syscalls.master,v 1.19 2009/01/13 22:03:12 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.22 2009/01/11 13:16:34 nakayama Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.23 2009/01/13 22:03:39 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
@ -115,7 +115,7 @@ const char *const sunos32_syscallnames[] = {
|
|||
/* 81 */ "getpgrp",
|
||||
/* 82 */ "setpgrp",
|
||||
/* 83 */ "compat_50_netbsd32_setitimer",
|
||||
/* 84 */ "#84 (unimplemented { int sunos32_sys_wait ( void ) ; })",
|
||||
/* 84 */ "#84 (unimplemented sunos32_sys_wait)",
|
||||
/* 85 */ "compat_12_netbsd32_oswapon",
|
||||
/* 86 */ "compat_50_netbsd32_getitimer",
|
||||
/* 87 */ "compat_43_netbsd32_ogethostname",
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: sunos32_sysent.c,v 1.24 2009/01/11 13:16:34 nakayama Exp $ */
|
||||
/* $NetBSD: sunos32_sysent.c,v 1.25 2009/01/13 22:03:39 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; NetBSD: syscalls.master,v 1.18 2009/01/11 13:14:14 nakayama Exp
|
||||
* created from; NetBSD: syscalls.master,v 1.19 2009/01/13 22:03:12 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.24 2009/01/11 13:16:34 nakayama Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.25 2009/01/13 22:03:39 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_sysv.h"
|
||||
|
@ -202,7 +202,7 @@ struct sysent sunos32_sysent[] = {
|
|||
{ ns(struct compat_50_netbsd32_setitimer_args), 0,
|
||||
(sy_call_t *)compat_50_netbsd32_setitimer },/* 83 = compat_50_netbsd32_setitimer */
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 84 = unimplemented { int sunos32_sys_wait ( void ) ; } */
|
||||
sys_nosys }, /* 84 = unimplemented sunos32_sys_wait */
|
||||
{ ns(struct compat_12_netbsd32_oswapon_args), 0,
|
||||
(sy_call_t *)compat_12_netbsd32_oswapon },/* 85 = compat_12_netbsd32_oswapon */
|
||||
{ ns(struct compat_50_netbsd32_getitimer_args), 0,
|
||||
|
|
Loading…
Reference in New Issue