summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/hexdump.c')
-rw-r--r--text-utils/hexdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/hexdump.c b/text-utils/hexdump.c
index 6f5335900..90c2d7757 100644
--- a/text-utils/hexdump.c
+++ b/text-utils/hexdump.c
@@ -46,7 +46,7 @@
#include "closestream.h"
FS *fshead; /* head of format strings */
-int blocksize; /* data block size */
+ssize_t blocksize; /* data block size */
int exitval; /* final exit value */
ssize_t length = -1; /* max bytes to read */