regen
This commit is contained in:
parent
c4c193473f
commit
244c38a2ae
|
@ -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" "..." */
|
||||
|
|
|
@ -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_
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue