Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/sun3/include Pull up revision 1.54 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/223ec63b0d23
branches:  netbsd-1-6
changeset: 527676:223ec63b0d23
user:      tv <tv%NetBSD.org@localhost>
date:      Sat Jun 01 22:45:33 2002 +0000

description:
Pull up revision 1.54 (requested by nathanw in ticket #115):
Explicitly include <arch/sun3/include/param3{,x}.h> rather than
<machine/param3{,x}.h>, so that this file can be included on non-sun3 builds.

diffstat:

 sys/arch/sun3/include/param.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r df74a5eb07a1 -r 223ec63b0d23 sys/arch/sun3/include/param.h
--- a/sys/arch/sun3/include/param.h     Sat Jun 01 22:44:00 2002 +0000
+++ b/sys/arch/sun3/include/param.h     Sat Jun 01 22:45:33 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.53 2001/05/28 21:06:18 chs Exp $   */
+/*     $NetBSD: param.h,v 1.53.18.1 2002/06/01 22:45:33 tv Exp $       */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -64,10 +64,10 @@
 
 #if defined(_KERNEL) || defined(_STANDALONE)
 #ifdef _SUN3_
-#include <machine/param3.h>
+#include <arch/sun3/include/param3.h>
 #endif /* SUN3 */
 #ifdef _SUN3X_
-#include <machine/param3x.h>
+#include <arch/sun3/include/param3x.h>
 #endif /* SUN3X */
 #endif /* _KERNEL */
 



Home | Main Index | Thread Index | Old Index