Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun68k/stand/libsa #include <arch/sun3/include/para...



details:   https://anonhg.NetBSD.org/src/rev/ed098fcfe249
branches:  trunk
changeset: 532053:ed098fcfe249
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Thu May 30 22:31:57 2002 +0000

description:
#include <arch/sun3/include/param.h>, not param3x.h, so that we get
appropriate multiple-inclusion protection. The #define _SUN3X_ ensures
that param3x.h is included by param.h.

diffstat:

 sys/arch/sun68k/stand/libsa/sun3x.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6a55b1921e03 -r ed098fcfe249 sys/arch/sun68k/stand/libsa/sun3x.c
--- a/sys/arch/sun68k/stand/libsa/sun3x.c       Thu May 30 22:25:51 2002 +0000
+++ b/sys/arch/sun68k/stand/libsa/sun3x.c       Thu May 30 22:31:57 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sun3x.c,v 1.3 2002/05/23 03:50:37 nathanw Exp $        */
+/*     $NetBSD: sun3x.c,v 1.4 2002/05/30 22:31:57 nathanw Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
  * We need to get the sun3x NBSG definition, even if we're
  * building this with a different sun68k target.
  */
-#include <arch/sun3/include/param3x.h>
+#include <arch/sun3/include/param.h>
 
 #include <sys/param.h>
 #include <machine/mon.h>



Home | Main Index | Thread Index | Old Index