Module Name:    src
Committed By:   uebayasi
Date:           Mon Nov 15 05:54:38 UTC 2010

Modified Files:
        src/sys/dev/dm: dm_target_stripe.c

Log Message:
curlwp needs sys/lwp.h.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/dm/dm_target_stripe.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/dm/dm_target_stripe.c
diff -u src/sys/dev/dm/dm_target_stripe.c:1.11 src/sys/dev/dm/dm_target_stripe.c:1.12
--- src/sys/dev/dm/dm_target_stripe.c:1.11	Sat Oct 23 21:18:54 2010
+++ src/sys/dev/dm/dm_target_stripe.c	Mon Nov 15 05:54:38 2010
@@ -1,4 +1,4 @@
-/*$NetBSD: dm_target_stripe.c,v 1.11 2010/10/23 21:18:54 haad Exp $*/
+/*$NetBSD: dm_target_stripe.c,v 1.12 2010/11/15 05:54:38 uebayasi Exp $*/
 
 /*
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -38,6 +38,7 @@
 #include <sys/buf.h>
 #include <sys/kmem.h>
 #include <sys/vnode.h>
+#include <sys/lwp.h>
 
 #include "dm.h"
 

Reply via email to