
14 Jan
2020
14 Jan
'20
6:25 a.m.
On Fri, Jan 10, 2020 at 03:41:06PM +0000, Daniel P. Berrangé wrote:
Some UNIX platforms don't declare 'environ' in their header files. We can unconditionally declare it ourselves to avoid this problem.
There is no need to do this in the aa-helper code since that is Linux only code.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- tests/commandhelper.c | 3 +++ tests/commandtest.c | 3 +++ 2 files changed, 6 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>