This commit is contained in:
manu 2002-12-07 15:33:36 +00:00
parent 9b84721494
commit bb8dabd15a
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: mach_fasttraps_syscall.h,v 1.2 2002/12/07 15:33:02 manu Exp $ */
/* $NetBSD: mach_fasttraps_syscall.h,v 1.3 2002/12/07 15:33:36 manu Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.1 2002/11/03 23:17:21 manu Exp
* created from NetBSD: syscalls.master,v 1.2 2002/12/07 15:33:03 manu Exp
*/
/* syscall: "cthread_set_self" ret: "void" args: "mach_cproc_t" */

View File

@ -1,10 +1,10 @@
/* $NetBSD: mach_fasttraps_syscallargs.h,v 1.2 2002/12/07 15:33:02 manu Exp $ */
/* $NetBSD: mach_fasttraps_syscallargs.h,v 1.3 2002/12/07 15:33:37 manu Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.1 2002/11/03 23:17:21 manu Exp
* created from NetBSD: syscalls.master,v 1.2 2002/12/07 15:33:03 manu Exp
*/
#ifndef _MACH_FASTTRAPS_SYS__SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: mach_fasttraps_syscalls.c,v 1.2 2002/12/07 15:33:02 manu Exp $ */
/* $NetBSD: mach_fasttraps_syscalls.c,v 1.3 2002/12/07 15:33:37 manu Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.1 2002/11/03 23:17:21 manu Exp
* created from NetBSD: syscalls.master,v 1.2 2002/12/07 15:33:03 manu Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_syscalls.c,v 1.2 2002/12/07 15:33:02 manu Exp $");
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_syscalls.c,v 1.3 2002/12/07 15:33:37 manu Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,14 +1,14 @@
/* $NetBSD: mach_fasttraps_sysent.c,v 1.2 2002/12/07 15:33:02 manu Exp $ */
/* $NetBSD: mach_fasttraps_sysent.c,v 1.3 2002/12/07 15:33:37 manu Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.1 2002/11/03 23:17:21 manu Exp
* created from NetBSD: syscalls.master,v 1.2 2002/12/07 15:33:03 manu Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_sysent.c,v 1.2 2002/12/07 15:33:02 manu Exp $");
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_sysent.c,v 1.3 2002/12/07 15:33:37 manu Exp $");
#include <sys/param.h>
#include <sys/systm.h>