Regen.
This commit is contained in:
parent
6d793da904
commit
e093b867e9
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: mach_fasttraps_syscall.h,v 1.7 2003/01/18 23:38:37 thorpej Exp $ */
|
||||
/* $NetBSD: mach_fasttraps_syscall.h,v 1.8 2003/01/21 04:00:02 matt Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.3 2002/12/07 19:05:12 manu Exp
|
||||
* created from NetBSD: syscalls.master,v 1.4 2003/01/21 03:59:27 matt Exp
|
||||
*/
|
||||
|
||||
/* syscall: "cthread_set_self" ret: "void" args: "mach_cproc_t" */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: mach_fasttraps_syscallargs.h,v 1.7 2003/01/18 23:38:37 thorpej Exp $ */
|
||||
/* $NetBSD: mach_fasttraps_syscallargs.h,v 1.8 2003/01/21 04:00:03 matt Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.3 2002/12/07 19:05:12 manu Exp
|
||||
* created from NetBSD: syscalls.master,v 1.4 2003/01/21 03:59:27 matt Exp
|
||||
*/
|
||||
|
||||
#ifndef _MACH_FASTTRAPS_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: mach_fasttraps_syscalls.c,v 1.7 2003/01/18 23:38:37 thorpej Exp $ */
|
||||
/* $NetBSD: mach_fasttraps_syscalls.c,v 1.8 2003/01/21 04:00:03 matt Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.3 2002/12/07 19:05:12 manu Exp
|
||||
* created from NetBSD: syscalls.master,v 1.4 2003/01/21 03:59:27 matt Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_syscalls.c,v 1.7 2003/01/18 23:38:37 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_syscalls.c,v 1.8 2003/01/21 04:00:03 matt Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include <sys/param.h>
|
||||
|
@ -16,6 +16,7 @@ __KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_syscalls.c,v 1.7 2003/01/18 23:38:37
|
|||
#include <sys/signal.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/sa.h>
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/mach/mach_types.h>
|
||||
#include <compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscallargs.h>
|
||||
|
|
|
@ -1,20 +1,21 @@
|
|||
/* $NetBSD: mach_fasttraps_sysent.c,v 1.7 2003/01/18 23:38:37 thorpej Exp $ */
|
||||
/* $NetBSD: mach_fasttraps_sysent.c,v 1.8 2003/01/21 04:00:03 matt Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.3 2002/12/07 19:05:12 manu Exp
|
||||
* created from NetBSD: syscalls.master,v 1.4 2003/01/21 03:59:27 matt Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_sysent.c,v 1.7 2003/01/18 23:38:37 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_sysent.c,v 1.8 2003/01/21 04:00:03 matt Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/sa.h>
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/mach/mach_types.h>
|
||||
#include <compat/mach/arch/powerpc/fasttraps/mach_fasttraps_syscallargs.h>
|
||||
|
|
Loading…
Reference in New Issue