Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | lguest: fix example launcher compilation for broken glibc headers. | Rusty Russell | 2013-07-03 |
| | | | | | | | | | | | | | 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> | ||
* | lguest: move the lguest tool to the tools directory | Davidlohr Bueso | 2012-01-12 |
This is a better location instead of having it in Documentation. Signed-off-by: Davidlohr Bueso <dave@gnu.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (fixed compile) |