Subject: Re: CVS commit: [netbsd-2] src/usr.bin/grep
To: Michael van Elst <mlelstv@serpens.de>
From: Jeff Rizzo <riz@NetBSD.org>
List: source-changes
Date: 07/16/2005 08:35:18
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig46E2832D246E71A4CC53B86B
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

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


--------------enig46E2832D246E71A4CC53B86B
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iQCVAwUBQtkpO7OuUtxCgar5AQO4YwQAjyrDsGImDnbntHc11PmL+1vtDbJ9fddI
mp0DG3Bmi8NQjeLr2cXQPijRMmR22GdVWUnTsu83SW35FPzupqsqWv/7lnsF731t
r8PJ9sYkX7M21K484oRqSE27yxjEC/ZeIVKweQIDNfMeghv6hx14HGgfwMcg7wnz
8q23+9pNE70=
=F2CL
-----END PGP SIGNATURE-----

--------------enig46E2832D246E71A4CC53B86B--