Regen for netbsd32_dev_t.

This commit is contained in:
njoly 2009-03-16 20:49:16 +00:00
parent 0f21bb4a22
commit fd24f7c917
4 changed files with 12 additions and 12 deletions

View File

@ -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" */

View File

@ -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)

View File

@ -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)

View File

@ -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"