Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/mvme68k `emul_sunos' is now declared in the...
details: https://anonhg.NetBSD.org/src/rev/a0f5f3488410
branches: trunk
changeset: 499600:a0f5f3488410
user: scw <scw%NetBSD.org@localhost>
date: Fri Nov 24 10:29:21 2000 +0000
description:
`emul_sunos' is now declared in the appropriate header file.
diffstat:
sys/arch/mvme68k/mvme68k/trap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 476f7283cdf1 -r a0f5f3488410 sys/arch/mvme68k/mvme68k/trap.c
--- a/sys/arch/mvme68k/mvme68k/trap.c Fri Nov 24 10:25:11 2000 +0000
+++ b/sys/arch/mvme68k/mvme68k/trap.c Fri Nov 24 10:29:21 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.46 2000/11/21 23:19:42 tsutsui Exp $ */
+/* $NetBSD: trap.c,v 1.47 2000/11/24 10:29:21 scw Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -85,7 +85,7 @@
#ifdef COMPAT_SUNOS
#include <compat/sunos/sunos_syscall.h>
-extern struct emul emul_sunos;
+#include <compat/sunos/sunos_exec.h>
#endif
#ifdef COMPAT_LINUX
Home |
Main Index |
Thread Index |
Old Index