regen after unimpl police to get comments right
This commit is contained in:
parent
7e02aa9486
commit
5514331a78
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: svr4_32_syscall.h,v 1.18 2009/01/11 13:16:34 nakayama Exp $ */
|
||||
/* $NetBSD: svr4_32_syscall.h,v 1.19 2009/01/13 22:11:32 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.17 2009/01/11 13:14:15 nakayama Exp
|
||||
* created from NetBSD: syscalls.master,v 1.18 2009/01/13 22:10:58 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _SVR4_32_SYS_SYSCALL_H_
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: svr4_32_syscallargs.h,v 1.18 2009/01/11 13:16:34 nakayama Exp $ */
|
||||
/* $NetBSD: svr4_32_syscallargs.h,v 1.19 2009/01/13 22:11:32 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.17 2009/01/11 13:14:15 nakayama Exp
|
||||
* created from NetBSD: syscalls.master,v 1.18 2009/01/13 22:10:58 pooka Exp
|
||||
*/
|
||||
|
||||
#ifndef _SVR4_32_SYS_SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: svr4_32_syscalls.c,v 1.18 2009/01/11 13:16:34 nakayama Exp $ */
|
||||
/* $NetBSD: svr4_32_syscalls.c,v 1.19 2009/01/13 22:11:32 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.17 2009/01/11 13:14:15 nakayama Exp
|
||||
* created from NetBSD: syscalls.master,v 1.18 2009/01/13 22:10:58 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: svr4_32_syscalls.c,v 1.18 2009/01/11 13:16:34 nakayama Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: svr4_32_syscalls.c,v 1.19 2009/01/13 22:11:32 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
@ -299,7 +299,7 @@ const char *const svr4_32_syscallnames[] = {
|
|||
/* 245 */ "netbsd32_getsockopt",
|
||||
/* 246 */ "netbsd32_setsockopt",
|
||||
/* 247 */ "#247 (unimplemented sockconfig)",
|
||||
/* 248 */ "#248 (unimplemented { int netbsd32_ntp_gettime ( netbsd32_ntptimevalp_t ntvp ) ; })",
|
||||
/* 248 */ "#248 (unimplemented netbsd32_ntp_gettime)",
|
||||
#if defined(NTP) || !defined(_KERNEL)
|
||||
/* 249 */ "netbsd32_ntp_adjtime",
|
||||
#else
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: svr4_32_sysent.c,v 1.19 2009/01/11 13:16:34 nakayama Exp $ */
|
||||
/* $NetBSD: svr4_32_sysent.c,v 1.20 2009/01/13 22:11:32 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.17 2009/01/11 13:14:15 nakayama Exp
|
||||
* created from NetBSD: syscalls.master,v 1.18 2009/01/13 22:10:58 pooka Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: svr4_32_sysent.c,v 1.19 2009/01/11 13:16:34 nakayama Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: svr4_32_sysent.c,v 1.20 2009/01/13 22:11:32 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ntp.h"
|
||||
|
@ -553,7 +553,7 @@ struct sysent svr4_32_sysent[] = {
|
|||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 247 = unimplemented sockconfig */
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 248 = unimplemented { int netbsd32_ntp_gettime ( netbsd32_ntptimevalp_t ntvp ) ; } */
|
||||
sys_nosys }, /* 248 = unimplemented netbsd32_ntp_gettime */
|
||||
#if defined(NTP) || !defined(_KERNEL)
|
||||
{ ns(struct netbsd32_ntp_adjtime_args), 0,
|
||||
(sy_call_t *)netbsd32_ntp_adjtime },/* 249 = netbsd32_ntp_adjtime */
|
||||
|
|
Loading…
Reference in New Issue