regen
This commit is contained in:
parent
3f12eda6dc
commit
a38226d23a
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: netbsd32_syscall.h,v 1.33 2005/02/26 23:58:20 perry Exp $ */
|
||||
/* $NetBSD: netbsd32_syscall.h,v 1.34 2005/05/30 23:00:39 chs Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.26 2004/06/17 18:29:40 cube Exp
|
||||
* created from NetBSD: syscalls.master,v 1.27 2005/05/30 22:59:55 chs Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: "int" "..." */
|
||||
|
@ -700,7 +700,7 @@
|
|||
/* syscall: "netbsd32___posix_rename" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" */
|
||||
#define netbsd32_SYS_netbsd32___posix_rename 270
|
||||
|
||||
/* syscall: "netbsd32_swapctl" ret: "int" args: "int" "const netbsd32_voidp" "int" */
|
||||
/* syscall: "netbsd32_swapctl" ret: "int" args: "int" "netbsd32_voidp" "int" */
|
||||
#define netbsd32_SYS_netbsd32_swapctl 271
|
||||
|
||||
/* syscall: "netbsd32_getdents" ret: "int" args: "int" "netbsd32_charp" "netbsd32_size_t" */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: netbsd32_syscallargs.h,v 1.33 2005/02/26 23:58:20 perry Exp $ */
|
||||
/* $NetBSD: netbsd32_syscallargs.h,v 1.34 2005/05/30 23:00:39 chs Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.26 2004/06/17 18:29:40 cube Exp
|
||||
* created from NetBSD: syscalls.master,v 1.27 2005/05/30 22:59:55 chs Exp
|
||||
*/
|
||||
|
||||
#ifndef _netbsd32_SYS__SYSCALLARGS_H_
|
||||
|
@ -1072,7 +1072,7 @@ struct netbsd32___posix_rename_args {
|
|||
|
||||
struct netbsd32_swapctl_args {
|
||||
syscallarg(int) cmd;
|
||||
syscallarg(const netbsd32_voidp) arg;
|
||||
syscallarg(netbsd32_voidp) arg;
|
||||
syscallarg(int) misc;
|
||||
};
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: netbsd32_syscalls.c,v 1.33 2005/02/26 23:58:20 perry Exp $ */
|
||||
/* $NetBSD: netbsd32_syscalls.c,v 1.34 2005/05/30 23:00:39 chs Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.26 2004/06/17 18:29:40 cube Exp
|
||||
* created from NetBSD: syscalls.master,v 1.27 2005/05/30 22:59:55 chs Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.33 2005/02/26 23:58:20 perry Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.34 2005/05/30 23:00:39 chs Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: netbsd32_sysent.c,v 1.33 2005/02/26 23:58:20 perry Exp $ */
|
||||
/* $NetBSD: netbsd32_sysent.c,v 1.34 2005/05/30 23:00:39 chs Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.26 2004/06/17 18:29:40 cube Exp
|
||||
* created from NetBSD: syscalls.master,v 1.27 2005/05/30 22:59:55 chs Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.33 2005/02/26 23:58:20 perry Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.34 2005/05/30 23:00:39 chs Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ktrace.h"
|
||||
|
|
Loading…
Reference in New Issue