Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/mac68k/mac68k Pull up rev 1.73 from the trunk....



details:   https://anonhg.NetBSD.org/src/rev/a96652bd31eb
branches:  netbsd-1-4
changeset: 468094:a96652bd31eb
user:      scottr <scottr%NetBSD.org@localhost>
date:      Wed Apr 07 01:51:26 1999 +0000

description:
Pull up rev 1.73 from the trunk.  Fixes PR 7313.

diffstat:

 sys/arch/mac68k/mac68k/trap.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2949cd4775ca -r a96652bd31eb sys/arch/mac68k/mac68k/trap.c
--- a/sys/arch/mac68k/mac68k/trap.c     Wed Apr 07 00:43:07 1999 +0000
+++ b/sys/arch/mac68k/mac68k/trap.c     Wed Apr 07 01:51:26 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.72 1999/03/27 05:21:20 briggs Exp $ */
+/*     $NetBSD: trap.c,v 1.72.2.1 1999/04/07 01:51:26 scottr Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -82,6 +82,8 @@
 
 #include <uvm/uvm_extern.h>
 
+#include "zsc.h"
+
 #ifdef COMPAT_SUNOS
 #include <compat/sunos/sunos_syscall.h>
 extern struct emul emul_sunos;



Home | Main Index | Thread Index | Old Index