Module Name:    src
Committed By:   he
Date:           Wed Jan 19 09:36:33 UTC 2011

Modified Files:
        src/sys/arch/evbsh3/evbsh3: machdep.c

Log Message:
Need <machine/pcb.h> to define struct pcb.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/evbsh3/evbsh3/machdep.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/evbsh3/evbsh3/machdep.c
diff -u src/sys/arch/evbsh3/evbsh3/machdep.c:1.72 src/sys/arch/evbsh3/evbsh3/machdep.c:1.73
--- src/sys/arch/evbsh3/evbsh3/machdep.c:1.72	Mon Dec 20 00:25:32 2010
+++ src/sys/arch/evbsh3/evbsh3/machdep.c	Wed Jan 19 09:36:33 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.72 2010/12/20 00:25:32 matt Exp $	*/
+/*	$NetBSD: machdep.c,v 1.73 2011/01/19 09:36:33 he 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.72 2010/12/20 00:25:32 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.73 2011/01/19 09:36:33 he Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -95,6 +95,7 @@
 
 #include <machine/bus.h>
 #include <machine/intr.h>
+#include <machine/pcb.h>
 
 #ifdef DDB
 #include <machine/db_machdep.h>

Reply via email to