[Qemu-devel] [PATCH 2/2] qemu-ga: Fix missing environ declaration

2012-05-24 Thread Michael Roth
From: Luiz Capitulino Commit 3674838cd05268954bb6473239cd7f700a79bf0f uses the environ global variable, but is relying on environ to be declared somewhere else. This worked for me because on F16 environ is declared in , but that doesn't happen in OpenBSD for example, causing a build failure. Th

[Qemu-devel] [PATCH 2/2] qemu-ga: Fix missing environ declaration

2012-05-23 Thread Luiz Capitulino
Commit 3674838cd05268954bb6473239cd7f700a79bf0f uses the environ global variable, but is relying on environ to be declared somewhere else. This worked for me because on F16 environ is declared in , but that doesn't happen in OpenBSD for example, causing a build failure. This commit fixes the buil