Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/shark/shark This uses autoconf(9) API, include sys/...
details: https://anonhg.NetBSD.org/src/rev/afa146a4441a
branches: trunk
changeset: 758721:afa146a4441a
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sun Nov 14 03:36:52 2010 +0000
description:
This uses autoconf(9) API, include sys/device.h.
diffstat:
sys/arch/shark/shark/shark_machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 84196d941fa2 -r afa146a4441a sys/arch/shark/shark/shark_machdep.c
--- a/sys/arch/shark/shark/shark_machdep.c Sun Nov 14 03:32:44 2010 +0000
+++ b/sys/arch/shark/shark/shark_machdep.c Sun Nov 14 03:36:52 2010 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index