Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/news68k/news68k include sunos_exec.h to declare emu...
details: https://anonhg.NetBSD.org/src/rev/38f50bf826e2
branches: trunk
changeset: 503897:38f50bf826e2
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Feb 17 18:34:57 2001 +0000
description:
include sunos_exec.h to declare emul_sunos.
diffstat:
sys/arch/news68k/news68k/trap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r df5c8932c702 -r 38f50bf826e2 sys/arch/news68k/news68k/trap.c
--- a/sys/arch/news68k/news68k/trap.c Sat Feb 17 18:29:55 2001 +0000
+++ b/sys/arch/news68k/news68k/trap.c Sat Feb 17 18:34:57 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.11 2000/12/23 09:35:52 jdolecek Exp $ */
+/* $NetBSD: trap.c,v 1.12 2001/02/17 18:34:57 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -68,8 +68,8 @@
#endif
#ifdef COMPAT_SUNOS
+#include <compat/sunos/sunos_exec.h>
#include <compat/sunos/sunos_syscall.h>
-extern struct emul emul_sunos;
#endif
int writeback __P((struct frame *fp, int docachepush));
Home |
Main Index |
Thread Index |
Old Index