PERFORCE change 29664 for review

John Baldwin jhb at FreeBSD.org
Fri Apr 25 09:07:43 PDT 2003


On 25-Apr-2003 Peter Wemm wrote:
> http://perforce.freebsd.org/chv.cgi?CH=29664
> 
> Change 29664 by peter at peter_daintree on 2003/04/24 19:22:30
> 
>       *no comment*

Hahahaha. :)

> Affected files ...
> 
> .. //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#81 edit
> 
> Differences ...
> 
> ==== //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#81 (text+ko) ====
> 
> @@ -1718,7 +1718,7 @@
>       cs1 = (const char *)s1;
>       cs2 = (const char *)s2;
>       for (i = 0; i < len; i++) {
> -             diff = *cs2 - *cs1;
> +             diff = cs2[i] - cs1[i];
>               if (diff)
>                       return diff;
>       }

-- 

John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


More information about the p4-projects mailing list