Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/i386 Regen.
details: https://anonhg.NetBSD.org/src/rev/b276fdab13b8
branches: trunk
changeset: 549029:b276fdab13b8
user: christos <christos%NetBSD.org@localhost>
date: Thu Jul 03 21:25:07 2003 +0000
description:
Regen.
diffstat:
sys/compat/linux/arch/i386/linux_syscall.h | 6 +++---
sys/compat/linux/arch/i386/linux_syscallargs.h | 6 +++---
sys/compat/linux/arch/i386/linux_syscalls.c | 6 +++---
sys/compat/linux/arch/i386/linux_sysent.c | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diffs (92 lines):
diff -r 40fe3b3f6fe0 -r b276fdab13b8 sys/compat/linux/arch/i386/linux_syscall.h
--- a/sys/compat/linux/arch/i386/linux_syscall.h Thu Jul 03 21:24:27 2003 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscall.h Thu Jul 03 21:25:07 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.47 2003/06/23 21:26:35 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.48 2003/07/03 21:25:07 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.65 2003/06/23 21:25:56 christos Exp
+ * created from NetBSD: syscalls.master,v 1.66 2003/07/03 21:24:28 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -443,7 +443,7 @@
/* syscall: "linux_getresgid16" ret: "int" args: "gid_t *" "gid_t *" "gid_t *" */
#define LINUX_SYS_linux_getresgid16 171
-/* syscall: "rt_sigreturn" ret: "int" args: "struct linux_rt_sigframe *" */
+/* syscall: "rt_sigreturn" ret: "int" args: "struct linux_ucontext *" */
#define LINUX_SYS_rt_sigreturn 173
/* syscall: "rt_sigaction" ret: "int" args: "int" "const struct linux_sigaction *" "struct linux_sigaction *" "size_t" */
diff -r 40fe3b3f6fe0 -r b276fdab13b8 sys/compat/linux/arch/i386/linux_syscallargs.h
--- a/sys/compat/linux/arch/i386/linux_syscallargs.h Thu Jul 03 21:24:27 2003 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscallargs.h Thu Jul 03 21:25:07 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.47 2003/06/23 21:26:35 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.48 2003/07/03 21:25:08 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.65 2003/06/23 21:25:56 christos Exp
+ * created from NetBSD: syscalls.master,v 1.66 2003/07/03 21:24:28 christos Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
@@ -475,7 +475,7 @@
};
struct linux_sys_rt_sigreturn_args {
- syscallarg(struct linux_rt_sigframe *) sfp;
+ syscallarg(struct linux_ucontext *) ucp;
};
struct linux_sys_rt_sigaction_args {
diff -r 40fe3b3f6fe0 -r b276fdab13b8 sys/compat/linux/arch/i386/linux_syscalls.c
--- a/sys/compat/linux/arch/i386/linux_syscalls.c Thu Jul 03 21:24:27 2003 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscalls.c Thu Jul 03 21:25:07 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.48 2003/06/23 21:26:36 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.49 2003/07/03 21:25:08 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.65 2003/06/23 21:25:56 christos Exp
+ * created from NetBSD: syscalls.master,v 1.66 2003/07/03 21:24:28 christos Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.48 2003/06/23 21:26:36 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.49 2003/07/03 21:25:08 christos Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff -r 40fe3b3f6fe0 -r b276fdab13b8 sys/compat/linux/arch/i386/linux_sysent.c
--- a/sys/compat/linux/arch/i386/linux_sysent.c Thu Jul 03 21:24:27 2003 +0000
+++ b/sys/compat/linux/arch/i386/linux_sysent.c Thu Jul 03 21:25:07 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.47 2003/06/23 21:26:37 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.48 2003/07/03 21:25:09 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.65 2003/06/23 21:25:56 christos Exp
+ * created from NetBSD: syscalls.master,v 1.66 2003/07/03 21:24:28 christos Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.47 2003/06/23 21:26:37 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.48 2003/07/03 21:25:09 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_43.h"
Home |
Main Index |
Thread Index |
Old Index