Regen for netbsd32_caddr_t removal.

This commit is contained in:
njoly 2008-12-06 23:15:09 +00:00
parent e7377ec502
commit adf5b0a542
4 changed files with 12 additions and 12 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux32_syscall.h,v 1.45 2008/12/05 23:31:54 njoly Exp $ */
/* $NetBSD: linux32_syscall.h,v 1.46 2008/12/06 23:15:09 njoly Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.42 2008/12/05 23:30:19 njoly Exp
* created from NetBSD: syscalls.master,v 1.43 2008/12/06 23:14:03 njoly Exp
*/
#ifndef _LINUX32_SYS_SYSCALL_H_
@ -313,7 +313,7 @@
/* syscall: "setfsgid16" ret: "int" args: "gid_t" */
#define LINUX32_SYS_setfsgid16 139
/* syscall: "llseek" ret: "int" args: "int" "u_int32_t" "u_int32_t" "netbsd32_caddr_t" "int" */
/* syscall: "llseek" ret: "int" args: "int" "u_int32_t" "u_int32_t" "netbsd32_voidp" "int" */
#define LINUX32_SYS_llseek 140
/* syscall: "getdents" ret: "int" args: "int" "linux32_direntp_t" "unsigned int" */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux32_syscallargs.h,v 1.45 2008/12/05 23:31:54 njoly Exp $ */
/* $NetBSD: linux32_syscallargs.h,v 1.46 2008/12/06 23:15:09 njoly Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.42 2008/12/05 23:30:19 njoly Exp
* created from NetBSD: syscalls.master,v 1.43 2008/12/06 23:14:03 njoly Exp
*/
#ifndef _LINUX32_SYS_SYSCALLARGS_H_
@ -393,7 +393,7 @@ struct linux32_sys_llseek_args {
syscallarg(int) fd;
syscallarg(u_int32_t) ohigh;
syscallarg(u_int32_t) olow;
syscallarg(netbsd32_caddr_t) res;
syscallarg(netbsd32_voidp) res;
syscallarg(int) whence;
};
check_syscall_args(linux32_sys_llseek)

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux32_syscalls.c,v 1.45 2008/12/05 23:31:54 njoly Exp $ */
/* $NetBSD: linux32_syscalls.c,v 1.46 2008/12/06 23:15:09 njoly Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.42 2008/12/05 23:30:19 njoly Exp
* created from NetBSD: syscalls.master,v 1.43 2008/12/06 23:14:03 njoly Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.45 2008/12/05 23:31:54 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.46 2008/12/06 23:15:09 njoly Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux32_sysent.c,v 1.45 2008/12/05 23:31:54 njoly Exp $ */
/* $NetBSD: linux32_sysent.c,v 1.46 2008/12/06 23:15:09 njoly Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.42 2008/12/05 23:30:19 njoly Exp
* created from NetBSD: syscalls.master,v 1.43 2008/12/06 23:14:03 njoly Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.45 2008/12/05 23:31:54 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.46 2008/12/06 23:15:09 njoly Exp $");
#include <sys/param.h>
#include <sys/poll.h>