Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/rc7500 Make rc7500 compile again



details:   https://anonhg.NetBSD.org/src/rev/b654d5055ccf
branches:  trunk
changeset: 504196:b654d5055ccf
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Sat Feb 24 20:11:08 2001 +0000

description:
Make rc7500 compile again

diffstat:

 sys/arch/arm32/rc7500/if_es.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 83473e1c2011 -r b654d5055ccf sys/arch/arm32/rc7500/if_es.c
--- a/sys/arch/arm32/rc7500/if_es.c     Sat Feb 24 20:08:53 2001 +0000
+++ b/sys/arch/arm32/rc7500/if_es.c     Sat Feb 24 20:11:08 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_es.c,v 1.18 2000/11/15 01:02:12 thorpej Exp $       */
+/*     $NetBSD: if_es.c,v 1.19 2001/02/24 20:11:08 reinoud Exp $       */
 
 /*
  * Copyright (c) 1996, Danny C Tsen.
@@ -78,7 +78,7 @@
 #include <machine/io.h>
 #include <machine/katelib.h>
 #include <arm32/rc7500/if_esreg.h>
-#include <arm32/mainbus/mainbus.h>
+#include <arm/mainbus/mainbus.h>
 
 #include "locators.h"
 



Home | Main Index | Thread Index | Old Index