Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/landisk/landisk Explicitly include <machine/pcb.h> ...
details: https://anonhg.NetBSD.org/src/rev/120d48977fa5
branches: trunk
changeset: 779691:120d48977fa5
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Jun 11 16:27:58 2012 +0000
description:
Explicitly include <machine/pcb.h> for struct pcb.
diffstat:
sys/arch/landisk/landisk/machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 52ab5f1512e8 -r 120d48977fa5 sys/arch/landisk/landisk/machdep.c
--- a/sys/arch/landisk/landisk/machdep.c Mon Jun 11 16:27:08 2012 +0000
+++ b/sys/arch/landisk/landisk/machdep.c Mon Jun 11 16:27:58 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.15 2011/07/01 19:12:53 dyoung Exp $ */
+/* $NetBSD: machdep.c,v 1.16 2012/06/11 16:27:58 tsutsui Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.15 2011/07/01 19:12:53 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.16 2012/06/11 16:27:58 tsutsui Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -103,6 +103,7 @@
#include <sys/bus.h>
#include <machine/bootinfo.h>
+#include <machine/pcb.h>
#include <landisk/landisk/landiskreg.h>
Home |
Main Index |
Thread Index |
Old Index