diff options
Diffstat (limited to 'coreutils/cksum.c')
-rw-r--r-- | coreutils/cksum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cksum.c b/coreutils/cksum.c index badc63a6a..1fb6ef2d0 100644 --- a/coreutils/cksum.c +++ b/coreutils/cksum.c | |||
@@ -39,7 +39,7 @@ int cksum_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | |||
39 | int cksum_main(int argc UNUSED_PARAM, char **argv) | 39 | int cksum_main(int argc UNUSED_PARAM, char **argv) |
40 | { | 40 | { |
41 | uint32_t *crc32_table = crc32_filltable(NULL, IS_CKSUM); | 41 | uint32_t *crc32_table = crc32_filltable(NULL, IS_CKSUM); |
42 | int exit_code = EXIT_SUCCESS; | 42 | exitcode_t exit_code = EXIT_SUCCESS; |
43 | 43 | ||
44 | #if ENABLE_DESKTOP | 44 | #if ENABLE_DESKTOP |
45 | getopt32(argv, ""); /* cksum coreutils 6.9 compat */ | 45 | getopt32(argv, ""); /* cksum coreutils 6.9 compat */ |