svn commit: r271574 - user/ngie/add-pjdfstest/contrib/pjdfstest

Bruce Evans brde at optusnet.com.au
Sun Sep 14 22:12:53 UTC 2014


On Sun, 14 Sep 2014, Garrett Cooper wrote:

>
>> On Sep 14, 2014, at 4:21, Bruce Evans <brde at optusnet.com.au> wrote:
>>
>>> On Sun, 14 Sep 2014, Garrett Cooper wrote:
>>>
>>> Log:
>>> Redo r271374 by using the right typecast for comparing i and ngroups
>>
>> It is still quite broken (more broken than without the cast, since the
>> cast breaks the warning).

>    I completely agree with your concerns. Since this is "contrib" code I wanted to make the smallest set of changes to make things compile, then push for the proper fix upstream.

OK.

>    As an aside, is u_int completely portable; I personally prefer the longer forms of non-fixed width types, e.g. unsigned int, but that's my personal preference.

It is unportable.  It shouldn't be used at all in contrib'ed code, but I
thought that pjd worked here :-).  I think BSD is a BSDism, but using it
is even more natural now than uintN_t is standard (except that matches the
SysVism uint better).

Bruce


Bruce


More information about the svn-src-user mailing list