]> git.baikalelectronics.ru Git - kernel.git/commit
Make lguest_launcher.h types userspace-friendly
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Oct 2007 00:56:24 +0000 (10:56 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:49 +0000 (15:49 +1000)
commit8485f63fd4ca84990ee510961b6196ff22bdc5b1
treef9b91a045a6e602ccb3d8a478d2b235701e1c09e
parent002fa6035a37af1c54b245aab04af5c754fa5ec0
Make lguest_launcher.h types userspace-friendly

lguest_launcher.h uses "u32" not "__u32", which sets a bad example.  Fix that,
and include <linux/types.h>.

This means we need to use -I on the Launcher build line so types.h is found.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Documentation/lguest/Makefile
Documentation/lguest/lguest.c
include/linux/lguest_launcher.h