Module Name: src
Committed By: uebayasi
Date: Mon Nov 15 06:24:54 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: mainbus.c
Log Message:
struct proc * deref needs sys/proc.h.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/hp700/hp700/mainbus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/hp700/mainbus.c
diff -u src/sys/arch/hp700/hp700/mainbus.c:1.72 src/sys/arch/hp700/hp700/mainbus.c:1.73
--- src/sys/arch/hp700/hp700/mainbus.c:1.72 Fri Nov 12 06:54:56 2010
+++ src/sys/arch/hp700/hp700/mainbus.c Mon Nov 15 06:24:53 2010
@@ -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>