summaryrefslogtreecommitdiffstats
path: root/bin/dd/dd.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-02-22 20:51:00 +0000
committermarkm <markm@FreeBSD.org>2002-02-22 20:51:00 +0000
commit7b7558d88436331476243b0b668d2e257d7687fe (patch)
treeba3cea9a04974b56b589e2a934d2f4ae56780dce /bin/dd/dd.h
parentf24931e332589b25b779130a37d5f3491e609025 (diff)
downloadFreeBSD-src-7b7558d88436331476243b0b668d2e257d7687fe.zip
FreeBSD-src-7b7558d88436331476243b0b668d2e257d7687fe.tar.gz
Fix warnings inspired by lint, a commercial lint and WARNS=4.
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 183176b..caf161b 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 {
OpenPOWER on IntegriCloud