This commit is contained in:
Eric Andersen
1999-12-03 09:19:54 +00:00
parent 77619b9dda
commit b186d980d6
18 changed files with 426 additions and 58 deletions

View File

@@ -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) {