Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump reflect iric o32/n32 emulations



details:   https://anonhg.NetBSD.org/src/rev/c960ef811341
branches:  trunk
changeset: 520344:c960ef811341
user:      manu <manu%NetBSD.org@localhost>
date:      Mon Jan 07 23:45:10 2002 +0000

description:
reflect iric o32/n32 emulations

diffstat:

 usr.bin/kdump/setemul.c |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r af6989454115 -r c960ef811341 usr.bin/kdump/setemul.c
--- a/usr.bin/kdump/setemul.c   Mon Jan 07 23:12:30 2002 +0000
+++ b/usr.bin/kdump/setemul.c   Mon Jan 07 23:45:10 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: setemul.c,v 1.10 2001/12/02 16:18:01 manu Exp $        */
+/*     $NetBSD: setemul.c,v 1.11 2002/01/07 23:45:10 manu Exp $        */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: setemul.c,v 1.10 2001/12/02 16:18:01 manu Exp $");
+__RCSID("$NetBSD: setemul.c,v 1.11 2002/01/07 23:45:10 manu Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -140,7 +140,9 @@
          native_to_hpux_errno,  NELEM(native_to_hpux_errno)  },
        {    "ibcs2",    ibcs2_syscallnames,   IBCS2_SYS_MAXSYSCALL,
         native_to_ibcs2_errno,  NELEM(native_to_ibcs2_errno) },
-       {    "irix",    irix_syscallnames,   IRIX_SYS_MAXSYSCALL,
+       {    "irix o32",    irix_syscallnames,   IRIX_SYS_MAXSYSCALL,
+        native_to_irix_errno,  NELEM(native_to_irix_errno) },
+       {    "irix n32",    irix_syscallnames,   IRIX_SYS_MAXSYSCALL,
         native_to_irix_errno,  NELEM(native_to_irix_errno) },
        {    "linux",    linux_syscallnames,   LINUX_SYS_MAXSYSCALL,
         native_to_linux_errno,  NELEM(native_to_linux_errno) },



Home | Main Index | Thread Index | Old Index