Hi!
> +     if ((size_t)sret != sizeof(msbs.mtext))
> +             tst_brkm(TBROK, NULL, "received %zi, expected %zu\n",
> +                     (ssize_t)sret, (size_t)sizeof(msbs.mtext));

I've removed these cast completly (since sret is ssize_t allready and
the same for the sizeof()). Fixed the commit message and pushed, thanks.

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

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to