Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: [netbsd-2] src/usr.bin/grep



Michael van Elst wrote:

>On Sat, Jul 16, 2005 at 09:17:01AM +0200, Jukka Salmi wrote:
>
>  
>
>>The build fails as follows:
>>    
>>
>
>I have requested only one change to binary.c, which is:
>
>-       for (i = 0; i < BUFFER_SIZE && i < f->len - 1; i++)
>+       for (i = 0; i < BUFFER_SIZE && i < f->len; i++)
>
>There are two more changes to binary.c which I did not request.
>
>  
>

OK, I see what happened - I must have applied the supplied patch over
the attempt to apply rev 1.3, which is what was originally requested, so
some changes not in the patch snuck in.  I've backed out the unrequested
changes to binary.c.

Thanks!
+j

Attachment: signature.asc
Description: OpenPGP digital signature



Home | Main Index | Thread Index | Old Index