Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/x68k Forgot to include <machine/bootinfo.h> fo...
details: https://anonhg.NetBSD.org/src/rev/76ed00e29646
branches: trunk
changeset: 515575:76ed00e29646
user: minoura <minoura%NetBSD.org@localhost>
date: Sat Sep 29 01:24:01 2001 +0000
description:
Forgot to include <machine/bootinfo.h> for the new symbol added in the
previous commit.
diffstat:
sys/arch/x68k/x68k/genassym.cf | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 5b51261bafcb -r 76ed00e29646 sys/arch/x68k/x68k/genassym.cf
--- a/sys/arch/x68k/x68k/genassym.cf Fri Sep 28 23:57:21 2001 +0000
+++ b/sys/arch/x68k/x68k/genassym.cf Sat Sep 29 01:24:01 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.17 2001/09/27 09:55:10 minoura Exp $
+# $NetBSD: genassym.cf,v 1.18 2001/09/29 01:24:01 minoura Exp $
#
# Copyright (c) 1982, 1990, 1993
@@ -60,6 +60,8 @@
include <machine/reg.h>
include <machine/pte.h>
+include <machine/bootinfo.h>
+
# values for mmutype
define MMU_68060 MMU_68060
define MMU_68040 MMU_68040
Home |
Main Index |
Thread Index |
Old Index