summaryrefslogtreecommitdiffstats
path: root/bin/dd/dd.c
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2002-01-25 17:44:47 +0000
committergreen <green@FreeBSD.org>2002-01-25 17:44:47 +0000
commitdb659d013d23ff96422e926be81a65c691e66d5d (patch)
treecbdf085e599e71955f65e013d6fd88971e36dd93 /bin/dd/dd.c
parentf8c5229a8926cad7188085666cbc3854f6cd4ed6 (diff)
downloadFreeBSD-src-db659d013d23ff96422e926be81a65c691e66d5d.zip
FreeBSD-src-db659d013d23ff96422e926be81a65c691e66d5d.tar.gz
Commit general cleanups (separate get_num() and get_off_t() functions to
debogosify some of the command-line string-number conversions into an unsigned and signed variant.)
Diffstat (limited to 'bin/dd/dd.c')
-rw-r--r--bin/dd/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dd/dd.c b/bin/dd/dd.c
index 04f9573..35d3d37 100644
--- a/bin/dd/dd.c
+++ b/bin/dd/dd.c
@@ -78,7 +78,7 @@ static void setup __P((void));
IO in, out; /* input/output state */
STAT st; /* statistics */
void (*cfunc) __P((void)); /* conversion function */
-quad_t cpy_cnt; /* # of blocks to copy */
+u_quad_t cpy_cnt; /* # of blocks to copy */
off_t pending = 0; /* pending seek if sparse */
u_int ddflags; /* conversion options */
size_t cbsz; /* conversion block size */
OpenPOWER on IntegriCloud