Hi!
> Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmansk...@oracle.com>
> ---
>  lib/tst_res.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/lib/tst_res.c b/lib/tst_res.c
> index f73022b..698b12c 100644
> --- a/lib/tst_res.c
> +++ b/lib/tst_res.c
> @@ -255,6 +255,8 @@ static const char *strerrnodef(int err)
>                   PAIR(ENOSYS)
>                   PAIR(ENOTEMPTY)
>                   PAIR(ELOOP)
> +                 PAIR(ETIMEDOUT)
> +                 PAIR(ETIME)
>       };
>       return pair_lookup(errno_pairs, err);
>  }

I've just pushed patch that add all ERRNO values found in headers on
recent enough distribution.

Please check that it compiles at older distros you are using and if not
send a patch with ifdefs as they are around the HWPOISON.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to