linux/tools/lguest
Rusty Russell e6dc0418bc lguest: fix example launcher compilation for broken glibc headers.
Somehow a naked u16 slipped into the glibc headers on my Ubuntu machine
(i386 2.17-0ubuntu5), breaking compile:

	In file included from lguest.c:46:0:
	/usr/include/linux/virtio_net.h:188:2: error: unknown type name ‘u16’

We use the kernel-style types anyway, just define them before the includes.
Also remove the advice on adding missing headers: that no longer works.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2013-07-04 11:25:07 +09:30
..
.gitignore lguest: move the lguest tool to the tools directory 2012-01-12 15:44:47 +10:30
Makefile lguest: fix example launcher compilation for broken glibc headers. 2013-07-04 11:25:07 +09:30
extract lguest: move the lguest tool to the tools directory 2012-01-12 15:44:47 +10:30
lguest.c lguest: fix example launcher compilation for broken glibc headers. 2013-07-04 11:25:07 +09:30
lguest.txt lguest: fix paths in comments 2013-03-07 09:56:46 +11:00