Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux Enabled Mips Linux emul in header files



details:   https://anonhg.NetBSD.org/src/rev/91e19f082981
branches:  trunk
changeset: 515365:91e19f082981
user:      manu <manu%NetBSD.org@localhost>
date:      Sat Sep 22 21:25:49 2001 +0000

description:
Enabled Mips Linux emul in header files

diffstat:

 sys/compat/linux/linux_syscall.h     |  4 +++-
 sys/compat/linux/linux_syscallargs.h |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r a2cb77f930db -r 91e19f082981 sys/compat/linux/linux_syscall.h
--- a/sys/compat/linux/linux_syscall.h  Sat Sep 22 21:24:16 2001 +0000
+++ b/sys/compat/linux/linux_syscall.h  Sat Sep 22 21:25:49 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_syscall.h,v 1.38 2001/01/19 01:46:23 manu Exp $  */
+/*     $NetBSD: linux_syscall.h,v 1.39 2001/09/22 21:25:49 manu Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -47,6 +47,8 @@
 #include <compat/linux/arch/alpha/linux_syscall.h>
 #elif defined(__powerpc__)
 #include <compat/linux/arch/powerpc/linux_syscall.h>
+#elif defined(__mips__)
+#include <compat/linux/arch/mips/linux_syscall.h>
 #else
 #define        LINUX_SYS_MAXSYSCALL    0
 #endif
diff -r a2cb77f930db -r 91e19f082981 sys/compat/linux/linux_syscallargs.h
--- a/sys/compat/linux/linux_syscallargs.h      Sat Sep 22 21:24:16 2001 +0000
+++ b/sys/compat/linux/linux_syscallargs.h      Sat Sep 22 21:25:49 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_syscallargs.h,v 1.36 2001/01/19 01:46:23 manu Exp $      */
+/*     $NetBSD: linux_syscallargs.h,v 1.37 2001/09/22 21:25:49 manu Exp $      */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -47,6 +47,8 @@
 #include <compat/linux/arch/alpha/linux_syscallargs.h>
 #elif defined(__powerpc__)
 #include <compat/linux/arch/powerpc/linux_syscallargs.h>
+#elif defined(__mips__)
+#include <compat/linux/arch/mips/linux_syscallargs.h>
 #else
 #error Undefined linux_syscallargs.h machine type.
 #endif



Home | Main Index | Thread Index | Old Index