This commit is contained in:
manu 2004-07-28 22:25:10 +00:00
parent 66fc5fb621
commit cdd12932c6
4 changed files with 10 additions and 12 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: darwin_syscall.h,v 1.42 2004/07/28 22:24:06 manu Exp $ */
/* $NetBSD: darwin_syscall.h,v 1.43 2004/07/28 22:25:10 manu Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.25 2004/07/28 21:30:00 manu Exp
* created from NetBSD: syscalls.master,v 1.26 2004/07/28 22:24:06 manu Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */

View File

@ -1,10 +1,10 @@
/* $NetBSD: darwin_syscallargs.h,v 1.42 2004/07/28 22:24:06 manu Exp $ */
/* $NetBSD: darwin_syscallargs.h,v 1.43 2004/07/28 22:25:10 manu Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.25 2004/07/28 21:30:00 manu Exp
* created from NetBSD: syscalls.master,v 1.26 2004/07/28 22:24:06 manu Exp
*/
#ifndef _DARWIN_SYS__SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: darwin_syscalls.c,v 1.43 2004/07/28 22:24:06 manu Exp $ */
/* $NetBSD: darwin_syscalls.c,v 1.44 2004/07/28 22:25:10 manu Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.25 2004/07/28 21:30:00 manu Exp
* created from NetBSD: syscalls.master,v 1.26 2004/07/28 22:24:06 manu Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.43 2004/07/28 22:24:06 manu Exp $");
__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.44 2004/07/28 22:25:10 manu Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"
@ -28,7 +28,6 @@ __KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.43 2004/07/28 22:24:06 manu Ex
#include <compat/common/compat_file.h>
#include <compat/mach/mach_types.h>
#include <compat/mach/mach_vm.h>
#include <compat/darwin/darwin_audit.h>
#include <compat/darwin/darwin_signal.h>
#include <compat/darwin/darwin_syscallargs.h>
#endif /* _KERNEL_OPT */

View File

@ -1,14 +1,14 @@
/* $NetBSD: darwin_sysent.c,v 1.43 2004/07/28 22:24:06 manu Exp $ */
/* $NetBSD: darwin_sysent.c,v 1.44 2004/07/28 22:25:10 manu Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.25 2004/07/28 21:30:00 manu Exp
* created from NetBSD: syscalls.master,v 1.26 2004/07/28 22:24:06 manu Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.43 2004/07/28 22:24:06 manu Exp $");
__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.44 2004/07/28 22:25:10 manu Exp $");
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
@ -27,7 +27,6 @@ __KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.43 2004/07/28 22:24:06 manu Exp
#include <compat/common/compat_file.h>
#include <compat/mach/mach_types.h>
#include <compat/mach/mach_vm.h>
#include <compat/darwin/darwin_audit.h>
#include <compat/darwin/darwin_signal.h>
#include <compat/darwin/darwin_syscallargs.h>