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/877ce2c7ea66
branches:  trunk
changeset: 522289:877ce2c7ea66
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 15 16:50:58 2002 +0000

description:
regen

diffstat:

 sys/compat/linux/arch/i386/linux_syscall.h     |  4 ++--
 sys/compat/linux/arch/i386/linux_syscallargs.h |  4 ++--
 sys/compat/linux/arch/i386/linux_syscalls.c    |  6 +++---
 sys/compat/linux/arch/i386/linux_sysent.c      |  6 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs (74 lines):

diff -r f090afd8bc15 -r 877ce2c7ea66 sys/compat/linux/arch/i386/linux_syscall.h
--- a/sys/compat/linux/arch/i386/linux_syscall.h        Fri Feb 15 16:50:35 2002 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscall.h        Fri Feb 15 16:50:58 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.41 2002/02/15 16:48:00 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.42 2002/02/15 16:50:58 christos Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.60 2001/09/30 20:44:50 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.61 2002/02/15 16:48:00 christos Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
diff -r f090afd8bc15 -r 877ce2c7ea66 sys/compat/linux/arch/i386/linux_syscallargs.h
--- a/sys/compat/linux/arch/i386/linux_syscallargs.h    Fri Feb 15 16:50:35 2002 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscallargs.h    Fri Feb 15 16:50:58 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.41 2002/02/15 16:48:00 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.42 2002/02/15 16:50:58 christos Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.60 2001/09/30 20:44:50 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.61 2002/02/15 16:48:00 christos Exp 
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
diff -r f090afd8bc15 -r 877ce2c7ea66 sys/compat/linux/arch/i386/linux_syscalls.c
--- a/sys/compat/linux/arch/i386/linux_syscalls.c       Fri Feb 15 16:50:35 2002 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscalls.c       Fri Feb 15 16:50:58 2002 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.42 2002/02/15 16:48:00 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.43 2002/02/15 16:50:58 christos Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.60 2001/09/30 20:44:50 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.61 2002/02/15 16:48:00 christos Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.42 2002/02/15 16:48:00 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.43 2002/02/15 16:50:58 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r f090afd8bc15 -r 877ce2c7ea66 sys/compat/linux/arch/i386/linux_sysent.c
--- a/sys/compat/linux/arch/i386/linux_sysent.c Fri Feb 15 16:50:35 2002 +0000
+++ b/sys/compat/linux/arch/i386/linux_sysent.c Fri Feb 15 16:50:58 2002 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.41 2002/02/15 16:48:00 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.42 2002/02/15 16:50:58 christos Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.60 2001/09/30 20:44:50 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.61 2002/02/15 16:48:00 christos Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.41 2002/02/15 16:48:00 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.42 2002/02/15 16:50:58 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_43.h"



Home | Main Index | Thread Index | Old Index