aboutsummaryrefslogtreecommitdiff
path: root/bin/dd/dd.h
diff options
context:
space:
mode:
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 {