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 <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/