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

Diff for /src/usr.bin/xinstall/xinstall.c between version 1.19 and 1.20

version 1.19, 1999/01/26 04:09:35 version 1.20, 1999/03/03 01:03:51
Line 469 
Line 469 
                         sz = S_BLKSIZE;                          sz = S_BLKSIZE;
                 else                  else
                         sz = sb.st_blksize;                          sz = sb.st_blksize;
                   rem = sz;
   
                 while ((nr = read(from_fd, buf, sizeof(buf))) > 0) {                  while ((nr = read(from_fd, buf, sizeof(buf))) > 0) {
                         if (sparse)                          if (sparse)

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20