regen
This commit is contained in:
parent
b6b07a31fd
commit
ddd89ca02b
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: darwin_syscall.h,v 1.50 2007/11/09 15:10:28 dsl Exp $ */
|
||||
/* $NetBSD: darwin_syscall.h,v 1.51 2007/11/10 13:24:27 dsl Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.33 2007/11/09 15:05:33 dsl Exp
|
||||
* created from NetBSD: syscalls.master,v 1.34 2007/11/10 13:23:18 dsl Exp
|
||||
*/
|
||||
|
||||
#ifndef _DARWIN_SYS_SYSCALL_H_
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: darwin_syscallargs.h,v 1.50 2007/11/09 15:10:28 dsl Exp $ */
|
||||
/* $NetBSD: darwin_syscallargs.h,v 1.51 2007/11/10 13:24:27 dsl Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.33 2007/11/09 15:05:33 dsl Exp
|
||||
* created from NetBSD: syscalls.master,v 1.34 2007/11/10 13:23:18 dsl Exp
|
||||
*/
|
||||
|
||||
#ifndef _DARWIN_SYS_SYSCALLARGS_H_
|
||||
@ -31,11 +31,6 @@
|
||||
typedef char call##_check_args[sizeof (struct call##_args) \
|
||||
<= DARWIN_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
|
||||
|
||||
struct sys_syscall_args {
|
||||
syscallarg(int) code;
|
||||
syscallarg(register_t) args[DARWIN_SYS_MAXSYSARGS];
|
||||
};
|
||||
|
||||
struct bsd_sys_open_args {
|
||||
syscallarg(const char *) path;
|
||||
syscallarg(int) flags;
|
||||
|
@ -1,14 +1,14 @@
|
||||
/* $NetBSD: darwin_syscalls.c,v 1.51 2007/11/09 15:10:29 dsl Exp $ */
|
||||
/* $NetBSD: darwin_syscalls.c,v 1.52 2007/11/10 13:24:27 dsl Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.33 2007/11/09 15:05:33 dsl Exp
|
||||
* created from NetBSD: syscalls.master,v 1.34 2007/11/10 13:23:18 dsl Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.51 2007/11/09 15:10:29 dsl Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.52 2007/11/10 13:24:27 dsl Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ktrace.h"
|
||||
|
@ -1,14 +1,14 @@
|
||||
/* $NetBSD: darwin_sysent.c,v 1.51 2007/11/09 15:10:29 dsl Exp $ */
|
||||
/* $NetBSD: darwin_sysent.c,v 1.52 2007/11/10 13:24:27 dsl Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.33 2007/11/09 15:05:33 dsl Exp
|
||||
* created from NetBSD: syscalls.master,v 1.34 2007/11/10 13:23:18 dsl Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.51 2007/11/09 15:10:29 dsl Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.52 2007/11/10 13:24:27 dsl Exp $");
|
||||
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
@ -36,7 +36,7 @@ __KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.51 2007/11/09 15:10:29 dsl Exp $
|
||||
#define ns(type) n(type), s(type)
|
||||
|
||||
struct sysent darwin_sysent[] = {
|
||||
{ ns(struct sys_syscall_args), SYCALL_INDIRECT,
|
||||
{ ns(struct sys_syscall_args), SYCALL_INDIRECT | 0,
|
||||
sys_syscall }, /* 0 = syscall */
|
||||
{ ns(struct sys_exit_args), 0,
|
||||
sys_exit }, /* 1 = exit */
|
||||
|
Loading…
Reference in New Issue
Block a user