search for: wsolution

Displaying 5 results from an estimated 5 matches for "wsolution".

Did you mean: solution
2015 Feb 12
2
Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin
...; https://www.gnu.org/software/gnulib/ > > > > (Personally, I'm not sure that the above patch would help, but I'll > > leave the review to gnulib people on the right ml.) > > This was requested by Richard in <20150211220126.GV11603@redhat.com>; > the hack^Wsolution is his, I am merely providing the patch. > > (Would not send it myself because a) I believe libguestfs's > executables should properly define the variable, rather than trying to > circumvent the requirement, b) I don't have the knowledge to verify > the solution past "i...
2015 Feb 12
2
Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin
On Thursday 12 February 2015 17:39:45 Margaret Lewicka wrote: > --- > lib/error.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/lib/error.c b/lib/error.c > index 6683197..36a3db7 100644 > --- a/lib/error.c > +++ b/lib/error.c > @@ -113,9 +113,13 @@ int strerror_r (); > # endif > # endif > > +#if defined __APPLE__ && defined
2015 Feb 12
0
Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin
...its mailing list; see also > https://www.gnu.org/software/gnulib/ > > (Personally, I'm not sure that the above patch would help, but I'll > leave the review to gnulib people on the right ml.) This was requested by Richard in <20150211220126.GV11603@redhat.com>; the hack^Wsolution is his, I am merely providing the patch. (Would not send it myself because a) I believe libguestfs's executables should properly define the variable, rather than trying to circumvent the requirement, b) I don't have the knowledge to verify the solution past "it compiles and runs"...
2015 Feb 12
0
Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin
On 12 February 2015 at 19:01, Pino Toscano <ptoscano@redhat.com> wrote: > On Thursday 12 February 2015 18:58:17 Margaret Lewicka wrote: [...] >> This was requested by Richard in <20150211220126.GV11603@redhat.com>; >> the hack^Wsolution is his, I am merely providing the patch. >> >> (Would not send it myself because a) I believe libguestfs's >> executables should properly define the variable, rather than trying to >> circumvent the requirement, b) I don't have the knowledge to verify >> the so...
2015 Feb 13
1
Re: [PATCH] gnulib: Define argv[0] as program_name for error.c on Darwin
...garet Lewicka wrote: > On 12 February 2015 at 19:01, Pino Toscano <ptoscano@redhat.com> wrote: > > On Thursday 12 February 2015 18:58:17 Margaret Lewicka wrote: > [...] > >> This was requested by Richard in <20150211220126.GV11603@redhat.com>; > >> the hack^Wsolution is his, I am merely providing the patch. > >> > >> (Would not send it myself because a) I believe libguestfs's > >> executables should properly define the variable, rather than trying to > >> circumvent the requirement, b) I don't have the knowledge to ve...