aboutsummaryrefslogtreecommitdiff
path: root/bin/dd/dd.h
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-02-22 20:51:00 +0000
committerMark Murray <markm@FreeBSD.org>2002-02-22 20:51:00 +0000
commit9afa09cd0eb32581d301f6b9f9dc252e2a879a05 (patch)
treeba3cea9a04974b56b589e2a934d2f4ae56780dce /bin/dd/dd.h
parent71bea4f79d94bcf6f2423e80306d79ae46c5e0e2 (diff)
downloadsrc-9afa09cd0eb32581d301f6b9f9dc252e2a879a05.tar.gz
src-9afa09cd0eb32581d301f6b9f9dc252e2a879a05.zip
Fix warnings inspired by lint, a commercial lint and WARNS=4.
Notes
Notes: svn path=/head/; revision=91079
Diffstat (limited to 'bin/dd/dd.h')
-rw-r--r--bin/dd/dd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/dd/dd.h b/bin/dd/dd.h
index 183176b0e10c..caf161bade73 100644
--- a/bin/dd/dd.h
+++ b/bin/dd/dd.h
@@ -59,10 +59,6 @@ typedef struct {
int fd; /* file descriptor */
off_t offset; /* # of blocks to skip */
- u_quad_t f_stats; /* # of full blocks processed */
- u_quad_t p_stats; /* # of partial blocks processed */
- u_quad_t s_stats; /* # of odd swab blocks */
- u_quad_t t_stats; /* # of truncations */
} IO;
typedef struct {