Module Name:    src
Committed By:   he
Date:           Wed Jan 19 10:19:07 UTC 2011

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

Log Message:
Need <machine/pcb.h> for struct pcb definition.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/mmeye/mmeye/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/mmeye/mmeye/machdep.c
diff -u src/sys/arch/mmeye/mmeye/machdep.c:1.53 src/sys/arch/mmeye/mmeye/machdep.c:1.54
--- src/sys/arch/mmeye/mmeye/machdep.c:1.53	Mon Dec 20 00:25:39 2010
+++ src/sys/arch/mmeye/mmeye/machdep.c	Wed Jan 19 10:19:07 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.53 2010/12/20 00:25:39 matt Exp $	*/
+/*	$NetBSD: machdep.c,v 1.54 2011/01/19 10:19:07 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.53 2010/12/20 00:25:39 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.54 2011/01/19 10:19:07 he Exp $");
 
 #include "opt_ddb.h"
 #include "opt_memsize.h"
@@ -94,6 +94,7 @@
 #include <machine/bus.h>
 #include <machine/mmeye.h>
 #include <machine/intr.h>
+#include <machine/pcb.h>
 
 #include <dev/cons.h>
 

Reply via email to