aboutsummaryrefslogtreecommitdiff
path: root/src/global.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-10-28 13:04:06 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-10-28 13:04:06 +0000
commitc44db58c18963abe443e7ca42550dbf8adcb5496 (patch)
treed8e80687750d816fbda1888eb35e2e9d49bc379b /src/global.c
parent3d63ed348fad6ab42daa0b89fcac113d4064ffaf (diff)
downloadcpio-c44db58c18963abe443e7ca42550dbf8adcb5496.tar.gz
cpio-c44db58c18963abe443e7ca42550dbf8adcb5496.tar.bz2
(crc): Change declaration
Diffstat (limited to 'src/global.c')
-rw-r--r--src/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.c b/src/global.c
index 85747ec..5c56dc5 100644
--- a/src/global.c
+++ b/src/global.c
@@ -140,7 +140,7 @@ char *archive_name = NULL;
char *rsh_command_option = NULL;
/* CRC checksum. */
-unsigned long crc;
+unsigned int crc;
/* Input and output buffers. */
char *input_buffer, *output_buffer;

Return to:

Send suggestions and report system problems to the System administrator.