diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-03 09:19:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-03 09:19:54 +0000 |
commit | b186d980d6060195d01048bb3a083739137b6c21 (patch) | |
tree | f64b2d63850be12ce3081b2000784aa57ac29656 /dd.c | |
parent | 77619b9dda2b0550fea519fba05f7d9790ef7eaf (diff) | |
download | busybox-b186d980d6060195d01048bb3a083739137b6c21.tar.gz busybox-b186d980d6060195d01048bb3a083739137b6c21.tar.bz2 busybox-b186d980d6060195d01048bb3a083739137b6c21.zip |
Stuf
Diffstat (limited to 'dd.c')
-rw-r--r-- | dd.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -185,6 +185,10 @@ extern int dd_main (int argc, char **argv) } //lseek(inFd, skipBlocks*blockSize, SEEK_SET); + // + //TODO: Convert to using fullRead & fullWrite + // from utilitity.c + // -Erik while (outTotal < count * blockSize) { inCc = read (inFd, buf, blockSize); if (inCc < 0) { |