[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20070430214752.GE21723@redhat.com>
Date: Mon, 30 Apr 2007 17:47:52 -0400
From: Don Zickus <dzickus@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: nagar@...son.ibm.com
Subject: [PATCH] add taskstats.h to headers package
taskstats.h is missing from the kernel headers package. It was designed
to be used from userland, so it should be safe.
Signed-off-by: Don Zickus <dzickus@...hat.com>
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 4ff0f57..b5f9a62 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -317,6 +317,7 @@ unifdef-y += soundcard.h
unifdef-y += stat.h
unifdef-y += stddef.h
unifdef-y += sysctl.h
+unifdef-y += taskstats.h
unifdef-y += tcp.h
unifdef-y += time.h
unifdef-y += timex.h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists