Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mac68k/obio Include sys/simplelock.h to use simple_...



details:   https://anonhg.NetBSD.org/src/rev/1962022b2e5d
branches:  trunk
changeset: 767869:1962022b2e5d
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Aug 02 05:10:31 2011 +0000

description:
Include sys/simplelock.h to use simple_lock(); fix build.

diffstat:

 sys/arch/mac68k/obio/esp.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 542bcd03ff45 -r 1962022b2e5d sys/arch/mac68k/obio/esp.c
--- a/sys/arch/mac68k/obio/esp.c        Tue Aug 02 05:08:31 2011 +0000
+++ b/sys/arch/mac68k/obio/esp.c        Tue Aug 02 05:10:31 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esp.c,v 1.52 2009/11/23 00:11:44 rmind Exp $   */
+/*     $NetBSD: esp.c,v 1.53 2011/08/02 05:10:31 uebayasi Exp $        */
 
 /*
  * Copyright (c) 1997 Jason R. Thorpe.
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esp.c,v 1.52 2009/11/23 00:11:44 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esp.c,v 1.53 2011/08/02 05:10:31 uebayasi Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -89,6 +89,7 @@
 #include <sys/buf.h>
 #include <sys/proc.h>
 #include <sys/queue.h>
+#include <sys/simplelock.h>
 
 #include <dev/scsipi/scsi_all.h>
 #include <dev/scsipi/scsipi_all.h>



Home | Main Index | Thread Index | Old Index