Re: [libvirt] [PATCH 02/12] tests: always declare environ

2020-01-14 Thread Pavel Hrdina
On Fri, Jan 10, 2020 at 03:41:06PM +, 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. >

[libvirt] [PATCH 02/12] tests: always declare environ

2020-01-10 Thread Daniel P . Berrangé
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é --- tests/commandhelper.c | 3 +++ tests/comma