Module Name:    src
Committed By:   uebayasi
Date:           Sun Nov 14 03:36:53 UTC 2010

Modified Files:
        src/sys/arch/shark/shark: shark_machdep.c

Log Message:
This uses autoconf(9) API, include sys/device.h.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/shark/shark/shark_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/shark/shark/shark_machdep.c
diff -u src/sys/arch/shark/shark/shark_machdep.c:1.37 src/sys/arch/shark/shark/shark_machdep.c:1.38
--- src/sys/arch/shark/shark/shark_machdep.c:1.37	Sat Mar 14 15:36:13 2009
+++ src/sys/arch/shark/shark/shark_machdep.c	Sun Nov 14 03:36:52 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: shark_machdep.c,v 1.37 2009/03/14 15:36:13 dsl Exp $	*/
+/*	$NetBSD: shark_machdep.c,v 1.38 2010/11/14 03:36:52 uebayasi Exp $	*/
 
 /*
  * Copyright 1997
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: shark_machdep.c,v 1.37 2009/03/14 15:36:13 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: shark_machdep.c,v 1.38 2010/11/14 03:36:52 uebayasi Exp $");
 
 #include "opt_ddb.h"
 #include "opt_modular.h"
@@ -52,6 +52,7 @@
 #include <sys/buf.h>
 #include <sys/exec.h>
 #include <sys/ksyms.h>
+#include <sys/device.h>
 
 #include <uvm/uvm_extern.h>
 

Reply via email to