From: Rusty Russell Date: Mon, 22 Oct 2007 00:56:24 +0000 (+1000) Subject: Make lguest_launcher.h types userspace-friendly X-Git-Tag: v2.6.24-rc1~28^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b45d8cb054d7677d75176ae22a584fd84e4650e9;p=pandora-kernel.git Make lguest_launcher.h types userspace-friendly lguest_launcher.h uses "u32" not "__u32", which sets a bad example. Fix that, and include . This means we need to use -I on the Launcher build line so types.h is found. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed