Module Name:    src
Committed By:   uebayasi
Date:           Mon Nov 15 05:52:41 UTC 2010

Modified Files:
        src/sys/dev: firmload.c

Log Message:
curlwp needs sys/lwp.h.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/firmload.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/dev/firmload.c
diff -u src/sys/dev/firmload.c:1.13 src/sys/dev/firmload.c:1.14
--- src/sys/dev/firmload.c:1.13	Thu Oct 21 01:02:34 2010
+++ src/sys/dev/firmload.c	Mon Nov 15 05:52:41 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: firmload.c,v 1.13 2010/10/21 01:02:34 jmcneill Exp $	*/
+/*	$NetBSD: firmload.c,v 1.14 2010/11/15 05:52:41 uebayasi Exp $	*/
 
 /*-
  * Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: firmload.c,v 1.13 2010/10/21 01:02:34 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: firmload.c,v 1.14 2010/11/15 05:52:41 uebayasi Exp $");
 
 /*
  * The firmload API provides an interface for device drivers to access
@@ -46,6 +46,7 @@
 #include <sys/sysctl.h>
 #include <sys/vnode.h>
 #include <sys/kauth.h>
+#include <sys/lwp.h>
 
 #include <dev/firmload.h>
 

Reply via email to