This commit is contained in:
manu 2003-09-02 21:48:49 +00:00
parent c4c193473f
commit 244c38a2ae
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: darwin_syscall.h,v 1.26 2003/09/02 21:31:03 manu Exp $ */
/* $NetBSD: darwin_syscall.h,v 1.27 2003/09/02 21:48:49 manu Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.13 2003/06/05 12:26:28 manu Exp
* created from NetBSD: syscalls.master,v 1.14 2003/09/02 21:31:04 manu Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */

View File

@ -1,10 +1,10 @@
/* $NetBSD: darwin_syscallargs.h,v 1.26 2003/09/02 21:31:03 manu Exp $ */
/* $NetBSD: darwin_syscallargs.h,v 1.27 2003/09/02 21:48:50 manu Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.13 2003/06/05 12:26:28 manu Exp
* created from NetBSD: syscalls.master,v 1.14 2003/09/02 21:31:04 manu Exp
*/
#ifndef _DARWIN_SYS__SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: darwin_syscalls.c,v 1.26 2003/09/02 21:31:04 manu Exp $ */
/* $NetBSD: darwin_syscalls.c,v 1.27 2003/09/02 21:48:50 manu Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.13 2003/06/05 12:26:28 manu Exp
* created from NetBSD: syscalls.master,v 1.14 2003/09/02 21:31:04 manu Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.26 2003/09/02 21:31:04 manu Exp $");
__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.27 2003/09/02 21:48:50 manu Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"

View File

@ -1,14 +1,14 @@
/* $NetBSD: darwin_sysent.c,v 1.27 2003/09/02 21:31:04 manu Exp $ */
/* $NetBSD: darwin_sysent.c,v 1.28 2003/09/02 21:48:50 manu Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.13 2003/06/05 12:26:28 manu Exp
* created from NetBSD: syscalls.master,v 1.14 2003/09/02 21:31:04 manu Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.27 2003/09/02 21:31:04 manu Exp $");
__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.28 2003/09/02 21:48:50 manu Exp $");
#include "opt_ktrace.h"
#include "opt_nfsserver.h"