#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.
This commit is contained in:
parent
78bfb83bf6
commit
88591a36d8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user