Pierre Joye wrote:
> Hi Greg,
>
> On Mon, Apr 14, 2008 at 12:17 AM, Gregory Beaver <[EMAIL PROTECTED]> wrote:
>
>> Hi,
>>
>> If a stream wrapper does not log errors, by default, we grab
>> strerror(errno) to figure out the error message, but this is not a good
>> idea for any wrapper but plai
Hi Greg,
On Mon, Apr 14, 2008 at 12:17 AM, Gregory Beaver <[EMAIL PROTECTED]> wrote:
> Hi,
>
> If a stream wrapper does not log errors, by default, we grab
> strerror(errno) to figure out the error message, but this is not a good
> idea for any wrapper but plain_wrapper for the obvious reason t
Hi,
If a stream wrapper does not log errors, by default, we grab
strerror(errno) to figure out the error message, but this is not a good
idea for any wrapper but plain_wrapper for the obvious reason that errno
is not used by wrappers that don't use sys calls.
Is this patch against 5.3 acceptable