From b186d980d6060195d01048bb3a083739137b6c21 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 3 Dec 1999 09:19:54 +0000 Subject: Stuf --- coreutils/dd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'coreutils') diff --git a/coreutils/dd.c b/coreutils/dd.c index a2dc1c396..b37038748 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c @@ -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) { -- cgit v1.2.3