Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern g/c rest of COMPAT_AOUT support
details: https://anonhg.NetBSD.org/src/rev/09651a668df1
branches: trunk
changeset: 569959:09651a668df1
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Sep 14 17:25:37 2004 +0000
description:
g/c rest of COMPAT_AOUT support
diffstat:
sys/kern/exec_conf.c | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diffs (39 lines):
diff -r 748ea2c620dd -r 09651a668df1 sys/kern/exec_conf.c
--- a/sys/kern/exec_conf.c Tue Sep 14 17:20:29 2004 +0000
+++ b/sys/kern/exec_conf.c Tue Sep 14 17:25:37 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_conf.c,v 1.86 2004/09/14 17:20:29 jdolecek Exp $ */
+/* $NetBSD: exec_conf.c,v 1.87 2004/09/14 17:25:37 jdolecek Exp $ */
/*
* Copyright (c) 1993, 1994 Christopher G. Demetriou
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exec_conf.c,v 1.86 2004/09/14 17:20:29 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exec_conf.c,v 1.87 2004/09/14 17:25:37 jdolecek Exp $");
#include "opt_execfmt.h"
#include "opt_compat_freebsd.h"
@@ -178,9 +178,6 @@
#endif
extern const struct emul emul_netbsd;
-#ifdef COMPAT_AOUT
-extern const struct emul emul_netbsd_aout;
-#endif
#ifdef COMPAT_AOUT_M68K
extern const struct emul emul_netbsd_aoutm68k;
#endif
@@ -219,9 +216,7 @@
{ sizeof(struct exec),
exec_aout_makecmds,
{ NULL },
-#ifdef COMPAT_AOUT
- &emul_netbsd_aout,
-#elif defined(COMPAT_AOUT_M68K)
+#if defined(COMPAT_AOUT_M68K)
&emul_netbsd_aoutm68k,
#else
&emul_netbsd,
Home |
Main Index |
Thread Index |
Old Index