Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/sun3x Include opt_compat_sunos.h



details:   https://anonhg.NetBSD.org/src/rev/c2543864ae9e
branches:  trunk
changeset: 472473:c2543864ae9e
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 30 09:21:54 1999 +0000

description:
Include opt_compat_sunos.h

diffstat:

 sys/arch/sun3/sun3x/locore.s |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 72a2dd6676b0 -r c2543864ae9e sys/arch/sun3/sun3x/locore.s
--- a/sys/arch/sun3/sun3x/locore.s      Fri Apr 30 05:58:10 1999 +0000
+++ b/sys/arch/sun3/sun3x/locore.s      Fri Apr 30 09:21:54 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.34 1999/04/19 21:23:01 kleink Exp $       */
+/*     $NetBSD: locore.s,v 1.35 1999/04/30 09:21:54 christos Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,6 +43,7 @@
 
 #include "opt_compat_netbsd.h"
 #include "opt_compat_svr4.h"
+#include "opt_compat_sunos.h"
 
 #include "assym.h"
 #include <machine/asm.h>



Home | Main Index | Thread Index | Old Index