This commit is contained in:
itojun 2000-08-08 02:15:09 +00:00
parent eab255c93f
commit a282297e9a
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: freebsd_syscall.h,v 1.35 2000/08/07 18:10:24 bjh21 Exp $ */
/* $NetBSD: freebsd_syscall.h,v 1.36 2000/08/08 02:15:09 itojun Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.29 2000/08/07 17:59:36 bjh21 Exp
* created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: freebsd_syscallargs.h,v 1.36 2000/08/08 02:12:30 itojun Exp $ */
/* $NetBSD: freebsd_syscallargs.h,v 1.37 2000/08/08 02:15:09 itojun Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.29 2000/08/07 17:59:36 bjh21 Exp
* created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp
*/
#ifndef _FREEBSD_SYS__SYSCALLARGS_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: freebsd_syscalls.c,v 1.34 2000/08/07 18:10:25 bjh21 Exp $ */
/* $NetBSD: freebsd_syscalls.c,v 1.35 2000/08/08 02:15:10 itojun Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.29 2000/08/07 17:59:36 bjh21 Exp
* created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@ -229,7 +229,7 @@ char *freebsd_syscallnames[] = {
"pread", /* 173 = pread */
"pwrite", /* 174 = pwrite */
"#175 (unimplemented)", /* 175 = unimplemented */
#ifdefined NTP
#ifdef NTP
"freebsd_ntp_adjtime", /* 176 = freebsd_ntp_adjtime */
#else
"#176 (excluded ntp_adjtime)", /* 176 = excluded ntp_adjtime */

View File

@ -1,10 +1,10 @@
/* $NetBSD: freebsd_sysent.c,v 1.36 2000/08/07 18:10:25 bjh21 Exp $ */
/* $NetBSD: freebsd_sysent.c,v 1.37 2000/08/08 02:15:10 itojun Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.29 2000/08/07 17:59:36 bjh21 Exp
* created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp
*/
#include "opt_ktrace.h"
@ -412,7 +412,7 @@ struct sysent freebsd_sysent[] = {
sys_pwrite }, /* 174 = pwrite */
{ 0, 0,
sys_nosys }, /* 175 = unimplemented */
#ifdefined NTP
#ifdef NTP
{ 1, s(struct freebsd_ntp_adjtime_args),
freebsd_ntp_adjtime }, /* 176 = freebsd_ntp_adjtime */
#else