From adf5b0a54254e86e4a93c81bc676f254ef927b0e Mon Sep 17 00:00:00 2001 From: njoly Date: Sat, 6 Dec 2008 23:15:09 +0000 Subject: [PATCH] Regen for netbsd32_caddr_t removal. --- sys/compat/linux32/arch/amd64/linux32_syscall.h | 6 +++--- sys/compat/linux32/arch/amd64/linux32_syscallargs.h | 6 +++--- sys/compat/linux32/arch/amd64/linux32_syscalls.c | 6 +++--- sys/compat/linux32/arch/amd64/linux32_sysent.c | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/compat/linux32/arch/amd64/linux32_syscall.h b/sys/compat/linux32/arch/amd64/linux32_syscall.h index 2d09e5fa949b..fe9d2ba203b9 100644 --- a/sys/compat/linux32/arch/amd64/linux32_syscall.h +++ b/sys/compat/linux32/arch/amd64/linux32_syscall.h @@ -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" */ diff --git a/sys/compat/linux32/arch/amd64/linux32_syscallargs.h b/sys/compat/linux32/arch/amd64/linux32_syscallargs.h index 799a02c86692..fbbfb29254ea 100644 --- a/sys/compat/linux32/arch/amd64/linux32_syscallargs.h +++ b/sys/compat/linux32/arch/amd64/linux32_syscallargs.h @@ -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) diff --git a/sys/compat/linux32/arch/amd64/linux32_syscalls.c b/sys/compat/linux32/arch/amd64/linux32_syscalls.c index 786553817c7e..dec38f027989 100644 --- a/sys/compat/linux32/arch/amd64/linux32_syscalls.c +++ b/sys/compat/linux32/arch/amd64/linux32_syscalls.c @@ -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 -__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 diff --git a/sys/compat/linux32/arch/amd64/linux32_sysent.c b/sys/compat/linux32/arch/amd64/linux32_sysent.c index e7e96b1f57b0..5c46446edca4 100644 --- a/sys/compat/linux32/arch/amd64/linux32_sysent.c +++ b/sys/compat/linux32/arch/amd64/linux32_sysent.c @@ -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 -__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 #include