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/sun68k/stand/libsa Pull up revision 1.4 (reque...



details:   https://anonhg.NetBSD.org/src/rev/4a70cdfd9813
branches:  netbsd-1-6
changeset: 527658:4a70cdfd9813
user:      tv <tv%NetBSD.org@localhost>
date:      Fri May 31 11:24:06 2002 +0000

description:
Pull up revision 1.4 (requested by nathanw in ticket #102):
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 4b0f5122081c -r 4a70cdfd9813 sys/arch/sun68k/stand/libsa/sun3x.c
--- a/sys/arch/sun68k/stand/libsa/sun3x.c       Fri May 31 11:23:47 2002 +0000
+++ b/sys/arch/sun68k/stand/libsa/sun3x.c       Fri May 31 11:24:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sun3x.c,v 1.2.10.1 2002/05/28 23:11:38 tv Exp $        */
+/*     $NetBSD: sun3x.c,v 1.2.10.2 2002/05/31 11:24:06 tv 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