diff options
-rw-r--r-- | archival/chksum_and_xwrite_tar_header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/chksum_and_xwrite_tar_header.c b/archival/chksum_and_xwrite_tar_header.c index 25934f898..f2d46b9ef 100644 --- a/archival/chksum_and_xwrite_tar_header.c +++ b/archival/chksum_and_xwrite_tar_header.c | |||
@@ -15,7 +15,7 @@ void FAST_FUNC chksum_and_xwrite_tar_header(int fd, struct tar_header_t *hp) | |||
15 | * (Sun and HP-UX gets it wrong... more details in | 15 | * (Sun and HP-UX gets it wrong... more details in |
16 | * GNU tar source) */ | 16 | * GNU tar source) */ |
17 | const unsigned char *cp; | 17 | const unsigned char *cp; |
18 | int chksum, size; | 18 | unsigned int chksum, size; |
19 | 19 | ||
20 | strcpy(hp->magic, "ustar "); | 20 | strcpy(hp->magic, "ustar "); |
21 | 21 | ||