svn commit: r311109 - head/usr.bin/patch

Pedro Giffuni pfg at FreeBSD.org
Mon Jan 2 19:48:56 UTC 2017


Hi;

On 01/02/17 13:28, Conrad Meyer wrote:
> IMO this patch was mostly fine, you just need to restrict line length
> to UINT32_MAX/2 instead of UINT_MAX (== UINT32_MAX) for 32-bit
> platforms.
>
> Best,
> Conrad
>

I dislike the idea of special cases for some platforms. I guess moving 
to int/INT_MAX would be the way to go.

TBH, no one has asked for patches wider than USHRT_MAX though.

Pedro.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-intline.diff
Type: text/x-patch
Size: 2842 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20170102/255b2ab5/attachment.bin>


More information about the svn-src-head mailing list