Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump Add "pecoff" emulation.



details:   https://anonhg.NetBSD.org/src/rev/9e056d6f6949
branches:  trunk
changeset: 487801:9e056d6f6949
user:      itohy <itohy%NetBSD.org@localhost>
date:      Tue Jun 13 00:59:22 2000 +0000

description:
Add "pecoff" emulation.

diffstat:

 usr.bin/kdump/setemul.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r add0bf58a0b4 -r 9e056d6f6949 usr.bin/kdump/setemul.c
--- a/usr.bin/kdump/setemul.c   Tue Jun 13 00:58:33 2000 +0000
+++ b/usr.bin/kdump/setemul.c   Tue Jun 13 00:59:22 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: setemul.c,v 1.2 2000/04/10 09:34:18 jdolecek Exp $     */
+/*     $NetBSD: setemul.c,v 1.3 2000/06/13 00:59:22 itohy Exp $        */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: setemul.c,v 1.2 2000/04/10 09:34:18 jdolecek Exp $");
+__RCSID("$NetBSD: setemul.c,v 1.3 2000/06/13 00:59:22 itohy Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -143,6 +143,8 @@
          native_to_svr4_errno,  NELEM(native_to_svr4_errno)  },
        {   "ultrix",   ultrix_syscallnames,  ULTRIX_SYS_MAXSYSCALL,
                NULL,                   0 },
+       {   "pecoff",          syscallnames,         SYS_MAXSYSCALL,
+               NULL,                   0 },
        {       NULL,                  NULL,                      0,
                NULL,                   0 }
 };



Home | Main Index | Thread Index | Old Index