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
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