Re: [Qemu-devel] [PATCH for-1.5] spitz: fix compilation failure due to pty.h namespace pollution

2013-05-14 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

[Qemu-devel] [PATCH for-1.5] spitz: fix compilation failure due to pty.h namespace pollution

2013-05-14 Thread Paolo Bonzini
pty.h is polluting the global namespace with a CTRL macro. spitz thus fails compilation with the patch at http://article.gmane.org/gmane.comp.emulators.qemu/211337 and this patch fixes it. Signed-off-by: Paolo Bonzini --- hw/arm/spitz.c | 100