Changeset 2859 in MondoRescue for branches/2.2.9/mindi-busybox/coreutils


Ignore:
Timestamp:
Jul 26, 2011, 1:25:42 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update to upstream busybox 1.18.5
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/coreutils/cksum.c

    r2725 r2859  
    3939#define read_buf bb_common_bufsiz1
    4040        while ((bytes_read = safe_read(fd, read_buf, sizeof(read_buf))) > 0) {
     41            length += bytes_read;
    4142            crc = crc32_block_endian1(crc, read_buf, bytes_read, crc32_table);
    4243        }
Note: See TracChangeset for help on using the changeset viewer.