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 do not include <machine/regdef.h>, but...



details:   https://anonhg.NetBSD.org/src/rev/b4cddce537ac
branches:  trunk
changeset: 467982:b4cddce537ac
user:      soda <soda%NetBSD.org@localhost>
date:      Thu Apr 01 09:02:53 1999 +0000

description:
do not include <machine/regdef.h>, but include <mips/regdef.h>,
requested by Matthias Drochner and Toru Nishimura.

diffstat:

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

diffs (18 lines):

diff -r 815c735c3994 -r b4cddce537ac sys/arch/mips/include/asm.h
--- a/sys/arch/mips/include/asm.h       Thu Apr 01 08:47:38 1999 +0000
+++ b/sys/arch/mips/include/asm.h       Thu Apr 01 09:02:53 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asm.h,v 1.20 1999/03/30 16:50:04 soda Exp $    */
+/*     $NetBSD: asm.h,v 1.21 1999/04/01 09:02:53 soda Exp $    */
 
 /*
  * Copyright (c) 1992, 1993
@@ -58,7 +58,7 @@
 #ifndef _MIPS_ASM_H
 #define _MIPS_ASM_H
 
-#include <machine/regdef.h>
+#include <mips/regdef.h>
 
 /*
  * Define -pg profile entry code.



Home | Main Index | Thread Index | Old Index