From: Rusty Russell Date: Thu, 4 Jul 2013 01:52:58 +0000 (+0930) Subject: lguest: fix example launcher compilation for broken glibc headers. X-Git-Tag: v3.11-rc1~45^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6dc0418bcb96e3cccb80571f35934ed72e9c99a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed