Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/hp700 struct proc * deref needs sys/proc.h.
details: https://anonhg.NetBSD.org/src/rev/a53dfffd0992
branches: trunk
changeset: 758766:a53dfffd0992
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Mon Nov 15 06:24:53 2010 +0000
description:
struct proc * deref needs sys/proc.h.
diffstat:
sys/arch/hp700/hp700/mainbus.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r f257a60ea8da -r a53dfffd0992 sys/arch/hp700/hp700/mainbus.c
--- a/sys/arch/hp700/hp700/mainbus.c Mon Nov 15 06:22:13 2010 +0000
+++ b/sys/arch/hp700/hp700/mainbus.c Mon Nov 15 06:24:53 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.72 2010/11/12 06:54:56 skrll Exp $ */
+/* $NetBSD: mainbus.c,v 1.73 2010/11/15 06:24:53 uebayasi Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.72 2010/11/12 06:54:56 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.73 2010/11/15 06:24:53 uebayasi Exp $");
#include "locators.h"
#include "power.h"
@@ -70,6 +70,7 @@
#include <sys/reboot.h>
#include <sys/extent.h>
#include <sys/mbuf.h>
+#include <sys/proc.h>
#include <uvm/uvm_page.h>
#include <uvm/uvm.h>
Home |
Main Index |
Thread Index |
Old Index