Regen for netbsd32_dev_t.
This commit is contained in:
parent
0f21bb4a22
commit
fd24f7c917
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: netbsd32_syscall.h,v 1.86 2009/02/26 21:09:00 christos Exp $ */
|
||||
/* $NetBSD: netbsd32_syscall.h,v 1.87 2009/03/16 20:49:16 njoly Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.78 2009/02/26 21:08:48 christos Exp
|
||||
* created from NetBSD: syscalls.master,v 1.79 2009/03/16 20:48:13 njoly Exp
|
||||
*/
|
||||
|
||||
#ifndef _NETBSD32_SYS_SYSCALL_H_
|
||||
@ -1211,7 +1211,7 @@
|
||||
/* syscall: "netbsd32___wait450" ret: "int" args: "int" "netbsd32_intp" "int" "netbsd32_rusagep_t" */
|
||||
#define NETBSD32_SYS_netbsd32___wait450 449
|
||||
|
||||
/* syscall: "netbsd32___mknod50" ret: "int" args: "const netbsd32_charp" "mode_t" "dev_t" */
|
||||
/* syscall: "netbsd32___mknod50" ret: "int" args: "const netbsd32_charp" "mode_t" "netbsd32_dev_t" */
|
||||
#define NETBSD32_SYS_netbsd32___mknod50 450
|
||||
|
||||
/* syscall: "netbsd32___fhstat50" ret: "int" args: "const netbsd32_voidp" "netbsd32_size_t" "netbsd32_statp_t" */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: netbsd32_syscallargs.h,v 1.86 2009/02/26 21:09:00 christos Exp $ */
|
||||
/* $NetBSD: netbsd32_syscallargs.h,v 1.87 2009/03/16 20:49:16 njoly Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.78 2009/02/26 21:08:48 christos Exp
|
||||
* created from NetBSD: syscalls.master,v 1.79 2009/03/16 20:48:13 njoly Exp
|
||||
*/
|
||||
|
||||
#ifndef _NETBSD32_SYS_SYSCALLARGS_H_
|
||||
@ -2327,7 +2327,7 @@ check_syscall_args(netbsd32___wait450)
|
||||
struct netbsd32___mknod50_args {
|
||||
syscallarg(const netbsd32_charp) path;
|
||||
syscallarg(mode_t) mode;
|
||||
syscallarg(dev_t) dev;
|
||||
syscallarg(netbsd32_dev_t) dev;
|
||||
};
|
||||
check_syscall_args(netbsd32___mknod50)
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
/* $NetBSD: netbsd32_syscalls.c,v 1.85 2009/02/26 21:09:00 christos Exp $ */
|
||||
/* $NetBSD: netbsd32_syscalls.c,v 1.86 2009/03/16 20:49:16 njoly Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.78 2009/02/26 21:08:48 christos Exp
|
||||
* created from NetBSD: syscalls.master,v 1.79 2009/03/16 20:48:13 njoly Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.85 2009/02/26 21:09:00 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.86 2009/03/16 20:49:16 njoly Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
@ -1,14 +1,14 @@
|
||||
/* $NetBSD: netbsd32_sysent.c,v 1.85 2009/02/26 21:09:00 christos Exp $ */
|
||||
/* $NetBSD: netbsd32_sysent.c,v 1.86 2009/03/16 20:49:16 njoly Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.78 2009/02/26 21:08:48 christos Exp
|
||||
* created from NetBSD: syscalls.master,v 1.79 2009/03/16 20:48:13 njoly Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.85 2009/02/26 21:09:00 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.86 2009/03/16 20:49:16 njoly Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_compat_netbsd.h"
|
||||
|
Loading…
Reference in New Issue
Block a user