Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/aoutm68k compat_aoutm68k doesn't require alternat...



details:   https://anonhg.NetBSD.org/src/rev/bf9f8599cf0e
branches:  trunk
changeset: 758047:bf9f8599cf0e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Oct 15 16:51:09 2010 +0000

description:
compat_aoutm68k doesn't require alternative emul path lookup.

diffstat:

 sys/compat/aoutm68k/aoutm68k_exec.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1d8f7ee4d5e4 -r bf9f8599cf0e sys/compat/aoutm68k/aoutm68k_exec.c
--- a/sys/compat/aoutm68k/aoutm68k_exec.c       Fri Oct 15 15:55:52 2010 +0000
+++ b/sys/compat/aoutm68k/aoutm68k_exec.c       Fri Oct 15 16:51:09 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aoutm68k_exec.c,v 1.25 2010/07/07 01:30:32 chs Exp $   */
+/*     $NetBSD: aoutm68k_exec.c,v 1.26 2010/10/15 16:51:09 tsutsui Exp $       */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aoutm68k_exec.c,v 1.25 2010/07/07 01:30:32 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aoutm68k_exec.c,v 1.26 2010/10/15 16:51:09 tsutsui Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_syscall_debug.h"
@@ -56,7 +56,7 @@
 
 struct emul emul_netbsd_aoutm68k = {
        .e_name =               "aoutm68k",
-       .e_path =               "/emul/aoutm68k",
+       .e_path =               NULL,
 #ifndef __HAVE_MINIMAL_EMUL
        .e_flags =              EMUL_HAS_SYS___syscall,
        .e_errno =              NULL,



Home | Main Index | Thread Index | Old Index