This commit is contained in:
manu 2002-12-08 21:53:57 +00:00
parent 9f6565f2bd
commit 4386631757
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: darwin_syscall.h,v 1.13 2002/12/08 21:53:17 manu Exp $ */ /* $NetBSD: darwin_syscall.h,v 1.14 2002/12/08 21:53:57 manu Exp $ */
/* /*
* System call numbers. * System call numbers.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2002/12/08 00:50:28 manu Exp * created from NetBSD: syscalls.master,v 1.8 2002/12/08 21:53:18 manu Exp
*/ */
/* syscall: "syscall" ret: "int" args: "int" "..." */ /* syscall: "syscall" ret: "int" args: "int" "..." */

View File

@ -1,10 +1,10 @@
/* $NetBSD: darwin_syscallargs.h,v 1.13 2002/12/08 21:53:17 manu Exp $ */ /* $NetBSD: darwin_syscallargs.h,v 1.14 2002/12/08 21:53:58 manu Exp $ */
/* /*
* System call argument lists. * System call argument lists.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2002/12/08 00:50:28 manu Exp * created from NetBSD: syscalls.master,v 1.8 2002/12/08 21:53:18 manu Exp
*/ */
#ifndef _DARWIN_SYS__SYSCALLARGS_H_ #ifndef _DARWIN_SYS__SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: darwin_syscalls.c,v 1.13 2002/12/08 21:53:17 manu Exp $ */ /* $NetBSD: darwin_syscalls.c,v 1.14 2002/12/08 21:53:58 manu Exp $ */
/* /*
* System call names. * System call names.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2002/12/08 00:50:28 manu Exp * created from NetBSD: syscalls.master,v 1.8 2002/12/08 21:53:18 manu Exp
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.13 2002/12/08 21:53:17 manu Exp $"); __KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.14 2002/12/08 21:53:58 manu Exp $");
#if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT)
#include "opt_ktrace.h" #include "opt_ktrace.h"

View File

@ -1,14 +1,14 @@
/* $NetBSD: darwin_sysent.c,v 1.13 2002/12/08 21:53:18 manu Exp $ */ /* $NetBSD: darwin_sysent.c,v 1.14 2002/12/08 21:53:58 manu Exp $ */
/* /*
* System call switch table. * System call switch table.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.7 2002/12/08 00:50:28 manu Exp * created from NetBSD: syscalls.master,v 1.8 2002/12/08 21:53:18 manu Exp
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.13 2002/12/08 21:53:18 manu Exp $"); __KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.14 2002/12/08 21:53:58 manu Exp $");
#include "opt_ktrace.h" #include "opt_ktrace.h"
#include "opt_nfsserver.h" #include "opt_nfsserver.h"