aboutsummaryrefslogtreecommitdiff
path: root/src/cpiohdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpiohdr.h')
-rw-r--r--src/cpiohdr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cpiohdr.h b/src/cpiohdr.h
index ff5f375..4056045 100644
--- a/src/cpiohdr.h
+++ b/src/cpiohdr.h
@@ -119,10 +119,10 @@ struct cpio_file_stat /* Internal representation of a CPIO header */
size_t c_nlink;
time_t c_mtime;
off_t c_filesize;
- long c_dev_maj;
- long c_dev_min;
- long c_rdev_maj;
- long c_rdev_min;
+ unsigned RETTYPE_MAJOR c_dev_maj;
+ unsigned RETTYPE_MINOR c_dev_min;
+ unsigned RETTYPE_MAJOR c_rdev_maj;
+ unsigned RETTYPE_MINOR c_rdev_min;
size_t c_namesize;
uint32_t c_chksum;
char *c_name;

Return to:

Send suggestions and report system problems to the System administrator.