[BACK]Return to diffreg.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / diff

Diff for /src/usr.bin/diff/diffreg.c between version 1.44 and 1.45

version 1.44, 2003/07/27 18:58:26 version 1.45, 2003/07/29 18:38:47
Line 626 
Line 626 
         int i, k, y, j, l;          int i, k, y, j, l;
         int oldc, tc, oldl;          int oldc, tc, oldl;
         u_int loopcount;          u_int loopcount;
   
         const u_int bound = dflag ? UINT_MAX : max(256, isqrt(n));          const u_int bound = dflag ? UINT_MAX : max(256, isqrt(n));
   
         k = 0;          k = 0;

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45