Re: [PATCH 30/32] qga: remove explicit environ argument from exec/spawn

2022-03-23 Thread Richard Henderson
On 3/23/22 08:57, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Environment is implicitly inherited from the current process "environ" variable for execl() or g_spawn_sync(), no need to be explicit about it. Signed-off-by: Marc-André Lureau --- meson.build | 2 -- qga/

[PATCH 30/32] qga: remove explicit environ argument from exec/spawn

2022-03-23 Thread marcandre . lureau
From: Marc-André Lureau Environment is implicitly inherited from the current process "environ" variable for execl() or g_spawn_sync(), no need to be explicit about it. Signed-off-by: Marc-André Lureau --- meson.build | 2 -- qga/commands-posix.c | 24 +++- 2 files