Re: [Qemu-devel] [PATCH for-1.1] qemu-ga: Fix use of environ on Darwin

2012-05-29 Thread Michael Roth
On Sun, May 27, 2012 at 05:02:20PM +0200, Andreas Färber wrote: > Use _NSGetEnviron() helper to access the environment. > > Signed-off-by: Andreas Färber > Cc: Charlie Somerville > --- > Michael, can you please append this to your qemu-ga PULL? Thanks, applied to qga tree. I'll send an updated

Re: [Qemu-devel] [PATCH for-1.1] qemu-ga: Fix use of environ on Darwin

2012-05-27 Thread Andreas Färber
Am 27.05.2012 17:02, schrieb Andreas Färber: > Use _NSGetEnviron() helper to access the environment. > > Signed-off-by: Andreas Färber > Cc: Charlie Somerville > --- > Michael, can you please append this to your qemu-ga PULL? > > qga/commands-posix.c |5 + > 1 files changed, 5 insert

[Qemu-devel] [PATCH for-1.1] qemu-ga: Fix use of environ on Darwin

2012-05-27 Thread Andreas Färber
Use _NSGetEnviron() helper to access the environment. Signed-off-by: Andreas Färber Cc: Charlie Somerville --- Michael, can you please append this to your qemu-ga PULL? qga/commands-posix.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/qga/commands-posix.c b/qg