Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include this header don't have to include <mac...



details:   https://anonhg.NetBSD.org/src/rev/0ca961efd1e2
branches:  trunk
changeset: 487533:0ca961efd1e2
user:      soda <soda%NetBSD.org@localhost>
date:      Fri Jun 09 04:24:22 2000 +0000

description:
this header don't have to include <machine/locore.h>,
include <mips/locore.h> instead.

diffstat:

 sys/arch/mips/include/rnd.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 45b48e3e287a -r 0ca961efd1e2 sys/arch/mips/include/rnd.h
--- a/sys/arch/mips/include/rnd.h       Fri Jun 09 04:18:19 2000 +0000
+++ b/sys/arch/mips/include/rnd.h       Fri Jun 09 04:24:22 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rnd.h,v 1.1 2000/06/06 02:24:02 soren Exp $    */
+/*     $NetBSD: rnd.h,v 1.2 2000/06/09 04:24:22 soda Exp $     */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang.  All rights reserved.
@@ -33,7 +33,7 @@
  */
 
 #include <machine/cpu.h>
-#include <machine/locore.h>
+#include <mips/locore.h>
 
 #ifdef _KERNEL
 



Home | Main Index | Thread Index | Old Index